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:
@@ -27,6 +27,8 @@ import dev.sillyangel.calc.CalculatorModes;
|
|||||||
|
|
||||||
public class Calculator extends JFrame implements KeyListener {
|
public class Calculator extends JFrame implements KeyListener {
|
||||||
|
|
||||||
|
private static final String PREF_NODE_NAME = "dev/sillyangel/calc";
|
||||||
|
public static final Preferences prefs = Preferences.userRoot().node(PREF_NODE_NAME);
|
||||||
public static String APPILCATION_VERSION = "1.0.0pre";
|
public static String APPILCATION_VERSION = "1.0.0pre";
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
private JPanel contentPane;
|
private JPanel contentPane;
|
||||||
|
|||||||
Reference in New Issue
Block a user