| 28 |
|
- JMenuBar: |
| 29 |
|
- JMenu(name=mainMenu, text=menu.main): |
| 30 |
|
- JMenuItem(action=about) |
| 31 |
– |
- JMenuItem(action=help) |
| 32 |
– |
- JMenuItem(action=report) |
| 31 |
|
- JMenuItem(action=settings) |
| 32 |
|
- JMenuItem(action=exitAction) |
| 33 |
|
- JMenu(name=fileMenu, text=menu.file): |
| 45 |
|
- JMenu(name=toolsMenu, text=menu.tools): |
| 46 |
|
- JMenuItem(name=manageToolsItem, action=tools) |
| 47 |
|
- JSeparator() |
| 48 |
+ |
- JMenu(name=helpMenu, text=menu.mHelp): |
| 49 |
+ |
- JMenuItem(action=help) |
| 50 |
+ |
- JMenuItem(action=report) |
| 51 |
|
- JToolBar(name=toolbar, floatable=false, orientation=0): |
| 52 |
|
- JButton(action=exitAction, hideActionText=true) |
| 53 |
|
- JToolBarSeparator() |