summaryrefslogtreecommitdiff
path: root/src/app/App.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/App.java')
-rw-r--r--src/app/App.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/App.java b/src/app/App.java
index adec5cc..fd10967 100644
--- a/src/app/App.java
+++ b/src/app/App.java
@@ -49,16 +49,16 @@ public class App
App app =new App();
CmdLineParser parser = new CmdLineParser(app);
parser.parseArgument(args);
- app.parseArguments();
+ app.parseArguments();
new MainWindow();
- /* DriverTypeA device=new Driver_1770_ff00();
+ /*DriverTypeA device=new Driver_1770_ff00();
Driver a=(Driver) device;
a.initDriver();
device.setRegionColor(Region.LEFT, Color.RED, Intensity.HIGH);
device.setRegionColor(Region.MIDDLE, Color.ORANGE, Intensity.HIGH);
device.setRegionColor(Region.RIGHT, Color.PURPLE, Intensity.HIGH);
- device.setMode(Mode.WAVE);*/
+ device.setMode(Mode.BREATHE);*/
}
}