csheets.ui |
Provides JFC/Swing graphical user interface components for CleanSheets.
The Frame class - a customized JFrame component - specifies the
layout of the user interface. |
Java Source File Name | Type | Comment |
BlankIcon.java | Class | A blank icon used to indent menu items. |
FileChooser.java | Class | A file chooser that loads choosable file types from properties. |
Frame.java | Class | The main frame of the GUI. |
MenuBar.java | Class | The menu bar. |
package-info.java | | |
ReopenMenu.java | Class | A menu for displaying recently opened files, and allowing the user to
reopen them. |
StandardToolBar.java | Class | The tool bar that displays standard file- and edit-related actions. |
ViewMenu.java | Class | A menu for listing the open workbooks, and allowing the user to navigate
between them. |
WindowClosingHandler.java | Class | A window adapter that invokes an action on window closing. |
WindowMenu.java | Class | A menu for listing the open workbooks, and allowing the user to navigate
between them. |