removed :
- CameraWindow.java - CCTVManager.java changed : / Main.java (refactoring for classes) / pom.xml (went SWT Free) / readme.md ; some changes to dep. and future plans section Now this project does not rely on SWT (Eclipse) it now uses Swing, which is plenty and is protable
This commit is contained in:
@@ -6,11 +6,6 @@ public class Main {
|
||||
for (int i = 0; i < args.length; i++) {
|
||||
System.out.println("Arg " + i + ": " + args[i]);
|
||||
}
|
||||
|
||||
if (args.length > 0 && "swing".equalsIgnoreCase(args[0])) {
|
||||
SwingCCTVManager.main(new String[0]);
|
||||
} else {
|
||||
CCTVManager.main(new String[0]);
|
||||
}
|
||||
SwingCCTVManager.main(null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user