Skip to content
Snippets Groups Projects
Commit a581e9fd authored by Daniel Schramm's avatar Daniel Schramm
Browse files

Public and private constants reordered

parent 7a436b3b
No related branches found
No related tags found
No related merge requests found
......@@ -49,12 +49,12 @@ public class ControlPanelBuilder {
public static final int NUMBER_OF_FRACTION_DIGITS = 3;
private static final double PERCENTAGE_VALUE_MINIMUM = 0.0;
private static final double PERCENTAGE_VALUE_MAXIMUM = 1.0;
public static final String TEXT_FIELD_BUTTON_PRESSED_PLUS = "plus-pressed";
public static final String TEXT_FIELD_BUTTON_PRESSED_MINUS = "minus-pressed";
private static final double PERCENTAGE_VALUE_MINIMUM = 0.0;
private static final double PERCENTAGE_VALUE_MAXIMUM = 1.0;
private JPanel controlPanel;
private int row = 0;
private int col = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment