Package Gui

Provides classes for the Graphical User Interface (GUI).

See:
          Description

Class Summary
AllocationPanel A panel, where the settings for the memory allocation can be done.
DisplayTextField DisplayTextField is a textfield that isn't editable and only to display values.
EditIntegerTextField EditIntegerTextField is an editable textfield, that only allows to insert numeric characters (0,1,...9).
GUI In this class is the Graphical User Interface created.
GUIColors This class only contains the color definitions for the GUI-components
InputAutoPanel Provides buttons to auto process a referenceString and shows the next reference.
Keyboard A keyboard is a panel that contains some buttons with text and actionListeners.
KeyboardButton In this class is the Graphical User Interface created.
MemoryDrawPanel The MemoryDrawPanel is a panel without any components and used to visualise the memory allocation by drawing into the graphics context.
MemoryTable MemoryTable is another view to the memory.
MessagePanel The MessagePanel shows messages to the user.
PressButton This is a normal button with a special initialization to make the normal code shorter.
ReferencePanel This class is a panel, where the settings for the page references can be done.
ReferenceTable This class is another view to a reference string.
RowHeaderRenderer This class is used for the referenceTable and the memoryTable to render the tablecells
StatusPanel This panel contains some status fields, the buttons for language-switching and the input fields showMemoryDetails
 

Package Gui Description

Provides classes for the Graphical User Interface (GUI).