net.sf.trauma
Class GUI
java.lang.Object
net.sf.trauma.GUI
public class GUI
- extends java.lang.Object
GUI -
die grafische Benutzeroberfläche zur einfachen Bedienung.
Bislang nur ein Grundgerüst ohne viel Funktionalität.
TODO Assistenten schreiben.
Lizensierungsart: GNU GPL.
- Author:
- Manuel Haim
Constructor Summary |
GUI()
|
Method Summary |
private javax.swing.JPanel |
getJContentPane()
This method initializes jContentPane |
private javax.swing.JFrame |
getJFrame()
This method initializes jFrame |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jFrame
private javax.swing.JFrame jFrame
jContentPane
private javax.swing.JPanel jContentPane
GUI
public GUI()
main
public static void main(java.lang.String[] args)
getJFrame
private javax.swing.JFrame getJFrame()
- This method initializes jFrame
- Returns:
- javax.swing.JFrame
getJContentPane
private javax.swing.JPanel getJContentPane()
- This method initializes jContentPane
- Returns:
- javax.swing.JPanel