Update src/main/java/dev/sillyangel/calc/Calculator.java
Some checks failed
Build the Jar / build (push) Failing after 6s
Some checks failed
Build the Jar / build (push) Failing after 6s
This commit is contained in:
@@ -632,6 +632,10 @@ public class Calculator extends JFrame implements KeyListener {
|
||||
resultVisible = true;
|
||||
display.setText(""+result);
|
||||
}
|
||||
private void changeThemes(String theme) {
|
||||
// something like
|
||||
// https://github.com/DJ-Raven/raven-java-swing-tutorial-project/blob/main/dark-light-switch/src/raven/themes/Test.java#L106
|
||||
}
|
||||
|
||||
// Implement the keyPressed method
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user