Skip to content

Commit 585f854

Browse files
committed
which awt things are we using?
1 parent 53fd6b0 commit 585f854

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/processing/app/Preferences.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121

2222
package processing.app;
2323

24-
import java.awt.*;
24+
import java.awt.Color;
25+
import java.awt.Font;
26+
import java.awt.SystemColor;
2527
import java.io.*;
2628
import java.util.*;
2729

0 commit comments

Comments
 (0)