Skip to content

Commit

Permalink
compatibility fix for Java 9
Browse files Browse the repository at this point in the history
using the updated version of appstart https://github.com/smack42/appstart
  • Loading branch information
smack42 committed Apr 21, 2018
1 parent 8a49c44 commit 62a8cff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driftingdroids/ui/Starter.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
public class Starter {

public static void main(String[] args) throws InterruptedException, InvocationTargetException {
new SwingGUI("DriftingDroids 1.3.6-dev (2016-05-24)");
new SwingGUI("DriftingDroids 1.3.6-dev (2018-04-21)");
// runTestRandom1000();
// runTestKeyDepthMap();
// runTestKeyInt();
Expand Down
Binary file modified start.jar
Binary file not shown.

1 comment on commit 62a8cff

@smack42
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes issue #11

Please sign in to comment.