Skip to content

Commit

Permalink
adding user friendly hint (Message dialog)
Browse files Browse the repository at this point in the history
  • Loading branch information
Microos committed Apr 8, 2017
1 parent dcfe032 commit fa1495e
Show file tree
Hide file tree
Showing 10 changed files with 160 additions and 118 deletions.
2 changes: 1 addition & 1 deletion src/hk/microos/data/Flags.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package hk.microos.data;

public class Flags {
public static boolean GLOABAL_DEBUG = true;
public static boolean GLOABAL_DEBUG = false;
public static boolean FUNC_INVOKE_PRINT = true;
public static double minStroke = 2;
public static double maxStroke = 5;
Expand Down
1 change: 0 additions & 1 deletion src/hk/microos/data/LinearLine.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package hk.microos.data;

import java.util.ArrayList;

import hk.microos.tools.UniversalTool;

Expand Down
Loading

0 comments on commit fa1495e

Please sign in to comment.