|
@ -233,11 +233,11 @@ public class MeinGui extends JFrame implements ActionListener { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public static void leerButton() { |
|
|
public static void leerButton() { |
|
|
text1.setText(""); |
|
|
|
|
|
text2.setText(""); |
|
|
|
|
|
budgetDispaly.setText(""); |
|
|
|
|
|
expensesDisplay.setText(""); |
|
|
|
|
|
balanceDisplay.setText(""); |
|
|
|
|
|
|
|
|
text1.setText(null); |
|
|
|
|
|
text2.setText(null); |
|
|
|
|
|
budgetDispaly.setText(null); |
|
|
|
|
|
expensesDisplay.setText(null); |
|
|
|
|
|
balanceDisplay.setText(null); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -255,4 +255,5 @@ public class MeinGui extends JFrame implements ActionListener { |
|
|
String result = balance + " €"; |
|
|
String result = balance + " €"; |
|
|
return result; |
|
|
return result; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |