mirror of
https://github.com/macocianradu/javaGUItoolkit.git
synced 2026-03-19 06:00:04 +00:00
bugs
added checkbox lists
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package guiTree.Helper;
|
||||
|
||||
public enum Tag {
|
||||
LISTENER(false),
|
||||
LISTENER(true),
|
||||
PAINTING(false);
|
||||
|
||||
public boolean value;
|
||||
|
||||
Reference in New Issue
Block a user