This commit is contained in:
gac-S_Changer
2018-12-17 14:03:01 +01:00
parent cffd5e7619
commit 8902314d59
3 changed files with 180 additions and 185 deletions

View File

@@ -44,6 +44,12 @@ public class MainPanel extends Panel {
Boolean manualMode;
Boolean roomTemperature;
public final String PUCK_LOADING_STATUS = "Puck loading";
public enum BasePlateLayout{
normal,
sf
}
public static final BasePlateLayout BASE_PLATE_LAYOUT = App.hasArgument("sf") ? BasePlateLayout.sf: BasePlateLayout.normal;
public MainPanel() {
initComponents();