| |
| |
|
Main screen
|
 |
Main screen of jvider :
1. Menu bar
2. Component toolbar
3. Interface build area
4. Element properties
5. Element location
properties
6. Cell inserting tool
|
|
| |
|
Components toolbar
|
 |
- JPanel (generic lightweight container)
- JButton (an implementation of a "push" button)
- JToggleButton (an implementation of a two-state button)
- JCheckBox (an item that can be selected or deselected,
and which displays its state to user)
- JRadioButton (an item that can be selected or deselected,
and which displays its state to user)
- JTextField (a lightweight component that allows the ending
of a single line of text)
- JTextArea (multi-line area that displays plain text)
- JLabel (a display area for a short text string or an image)
- JTable (used to display and edit regular two dimensional
tables of cells)
- JComboBox (a component that combines a button or editable
field and a drop-down list)
- JList (a component that allows the user to select one or more
objects from a list)
- JTabbedPane (a component that lets the user switch between
a group of components by clicking on a tab with a given title and/or icon)
- JProgressBar (a progress bar typically communicates the
progress of some work by displaying its percentage of completion and possibly a textual display of this percentage)
- JSlider (a component that lets the user graphically select a
value by sliding a knob with a bounded interval)
|
| The main build area | Element properties |
 |  |
|
| Element location properties | Cell inserting tool |
 |  |
|