|
@ -55,25 +55,7 @@ public class MeinGui extends JFrame implements ActionListener { |
|
|
private static JLabel budgetBetrag; |
|
|
private static JLabel budgetBetrag; |
|
|
private static JTable myTable; |
|
|
private static JTable myTable; |
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* Launch the application. |
|
|
|
|
|
*/ |
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
|
|
EventQueue.invokeLater(new Runnable() { |
|
|
|
|
|
public void run() { |
|
|
|
|
|
try { |
|
|
|
|
|
MeinGui frame = new MeinGui(); |
|
|
|
|
|
frame.setVisible(true); |
|
|
|
|
|
} catch (Exception e) { |
|
|
|
|
|
e.printStackTrace(); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* Create the frame. |
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
public MeinGui() { |
|
|
public MeinGui() { |
|
|
setTitle("Budget"); |
|
|
setTitle("Budget"); |
|
|
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); |
|
|
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); |
|
|