Share on Facebook Share on Twitter Email
Answers.com

Panel

 
Wikipedia: Panel (computer software)

In graphical computer software a panel is :

Panels in Widget Toolkits

Panels in Widget toolkits often have no specific graphic characteristics, but are mainly used to group children widgets together. They allow to have a better control on the layout of the widgets.

For example, in this XUL definition, two horizontal hbox panels are enclosed in a vertical vbox panel, alongside with two buttons. This allows to be sure that the label and the textboxes for the Login and the Password fields are correctly aligned.

<vbox>
  <hbox>
    <label control="login" value="Login:"/>
    <textbox id="login"/>
  </hbox>
  <hbox>
    <label control="pass" value="Password:"/>
    <textbox id="pass"/>
  </hbox>
  <button id="ok" label="OK"/>
  <button id="cancel" label="Cancel"/>
</vbox>

XUL Example

See also

  • Layout managers, used in Widget toolkits, are software components which have the ability to layout widgets by their relative positions without using distance units.



Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 
Learn More
wall panel
frieze panel
PNL

What are solar panels and what they do? Read answer...
What is a fuse panel? Read answer...
What are kick panels? Read answer...

Help us answer these
What photovolataic panels do?
What is a convenience panel?
What is a service panel?

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Panel (computer software)" Read more