added checkbox lists
This commit is contained in:
rmaco
2020-03-24 17:33:41 +02:00
parent 53265227f7
commit c4b18404a8
17 changed files with 562 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
package guiTree.Helper;
public enum Tag {
LISTENER(false),
LISTENER(true),
PAINTING(false);
public boolean value;