File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
sources/net.sf.j2s.java.core/src/swingjs/a2s Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 11package swingjs .a2s ;
22
3- import java .awt .Graphics ;
4-
3+ //import java.awt.Color;
4+ //import java.awt.Component;
5+ //import java.awt.Font;
56
67public class Util {
7-
8- public static void drawString (Graphics g , String text , int x , int y ) {
9- g .drawString (text , x , y );
10- }
8+ // public int junk =1;
9+ // static Color CONTROL = new Color(238,238,238); // #EEEEEE
10+ // static Color CONTROL_TEXT = new Color(51,51,51); // #333333
11+ // static void setAWTWindowDefaults(Component c) {
12+ // c.setBackground(CONTROL);
13+ // c.setForeground(CONTROL_TEXT);
14+ // c.setFont(new Font(Font.DIALOG, Font.PLAIN, 12));
15+ // }
16+ //
17+ // public static void drawString(Graphics g, String text, int x, int y) {
18+ // g.drawString(text, x, y);
19+ // }
1120}
You can’t perform that action at this time.
0 commit comments