Skip to content

Commit 1e94219

Browse files
committed
Commmit again
1 parent 0941ecc commit 1e94219

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/ui/PaintPanel.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ public class PaintPanel extends JPanel implements ToolBarListener {
2424

2525
private ArrayList<PaintComponent> components;
2626

27-
27+
enum State {
28+
TOOLS, DEFAULT;
29+
}
30+
2831
private State state = State.DEFAULT;
2932
private PaintToolsInterface tool;
3033
private PaintComponent tempComponent;

0 commit comments

Comments
 (0)