Skip to content

Commit fa1495e

Browse files
committed
adding user friendly hint (Message dialog)
1 parent dcfe032 commit fa1495e

10 files changed

Lines changed: 160 additions & 118 deletions

File tree

src/hk/microos/data/Flags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package hk.microos.data;
22

33
public class Flags {
4-
public static boolean GLOABAL_DEBUG = true;
4+
public static boolean GLOABAL_DEBUG = false;
55
public static boolean FUNC_INVOKE_PRINT = true;
66
public static double minStroke = 2;
77
public static double maxStroke = 5;

src/hk/microos/data/LinearLine.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package hk.microos.data;
22

3-
import java.util.ArrayList;
43

54
import hk.microos.tools.UniversalTool;
65

0 commit comments

Comments
 (0)