Klasse AppWindow
java.lang.Object
org.oxt.toolbox.gui.AppWindow
Main class of OpenXRechnungToolbox.
Builds the main GUI window.
- Version:
- 3.0.0
- Autor:
- Dr. Jan C. Thiele
-
Feldübersicht
Modifizierer und TypFeldBeschreibung(Package privat) org.eclipse.swt.widgets.Display
(Package privat) final org.apache.logging.log4j.Logger
static ResourceBundle
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.eclipse.swt.widgets.Menu
createMenuBar
(org.eclipse.swt.widgets.Shell shell) Method to build the menu bar.static void
Entry point.
-
Felddetails
-
display
org.eclipse.swt.widgets.Display display -
resourceBundle
-
logger
final org.apache.logging.log4j.Logger logger
-
-
Konstruktordetails
-
AppWindow
Constructor for main GUI window.- Löst aus:
IOException
- error when properties and/or language file is not found
-
-
Methodendetails
-
createMenuBar
public org.eclipse.swt.widgets.Menu createMenuBar(org.eclipse.swt.widgets.Shell shell) Method to build the menu bar.- Parameter:
shell
- Shell widget- Gibt zurück:
- menu bar
-
main
-