Home | Download | Showcase | Overview | Widgets | API | |||||||||||||||||||||||||||||||||||||||||||||||||
Component Label Button CheckBox ToggleButton ComboBox TextField PasswordField TextArea TabbedPane Panel Desktop Dialog SpinBox ProgressBar Slider SplitPane List Table Tree Separator MenuBar |
Panel Panel is a container with a layout manager similar to GridBagLayout. The following example is similar to BorderLayout. This panel has 5 components, the first row contains only the 'North' component, the second row has 3 components, and the last has only the 'South' one. The extra space is distributed to the 2nd row and the 2nd column. The gap between the components and on the border are 4pt. <panel columns="3" gap="4" top="4" left="4" bottom="4" right="4">
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright © 2002-2006 Robert Bajzat - All rights reserved. |