Class Summary |
Console |
The class Console.java provides a textarea in which the console output of the
Outputter.java is done. |
GUIConst |
The class GUIConst.java contains size variables for the GUI. |
JDefPanel |
The abstract class JDefPanel.java is extended by ervery panel which defines
the parameter of a mux, a normalizer or analyser. |
JSelectionPanel |
The abstarct class JSelectionPanel.java is extended by
Normalizer/MUX/Analyserselction. |
SpinnerNumberModel2 |
The class SpinnerNumberModel2.java extends the SpinnerNumberModel. it rounds a
float or double value to the specified number of digits. that avoids rounding
errors which occure in the normal SpinnerNumberModel. |
TabbedSettingsPanel |
The class TabbedSettingsPanel.java is the visible component in wich the
parameter can be set. |