Class
| [Previous] [Main] [Next] |
Edit Class Description
Sample Screen With The Table Desc Tab Pressed
· | Menus at Top? - Each generated GUI will have a set of menu buttons. These can be at the top of the generated JPanel or at the bottom. Indicate your preference here.
|
|
· | Text in Menus? - You can included words like "Print" or "Save" in the menu buttons or leave them out. Indicate your preference here.
|
· | Icons in Menus? - You can include small icons in the menu buttons. Indicate your preference here. (Obviously chosing to have no text and no icons will generate an error.)
|
· | Allow edits - If users cannot edit data in the table being displayed, remove the check from this box.
|
· | Allow adds - If users cannot add rows to the table being displayed. remove the check from this box.
|
· | Allow Remove - the other way to remove a row is to mark it inActive or Removed. GuiGen generated screen will ignore rows that have been marked inActive or Removed. Indicate if you want this option using the checkbox.
|
· | Allow Deletes - There are two ways to remove rows from the SQL table. One actually deletes the rows. If you do not want users to be able to do this remove the check mark from ths box.
|
Split Screen - when this option is activate it will create a screen with components on the left and the JTable on the right.
|
· | Use a Tabbed Pane - Check this box if you want your generated screen to have tabs (like this screen - which was generated by JGuiGen.)
|
· | Tab Name 1 - the name to be inserted into the first tab.
|
· | Tab Name 2 - the name to be inserted into the second tab.
|
· | Tab Name 3 - the name to be inserted into the third tab (leave blank if you only want two tabs).
|