We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935268d commit 50f3cdeCopy full SHA for 50f3cde
src/com/company/guiController.java
@@ -70,9 +70,12 @@ private void guiInit() {
70
}
71
add(grid);
72
73
- JLabel timer_delay = new JLabel("Set Delay(in ms)");
+ JLabel timer_delay = new JLabel("Set step Delay(in ms)");
74
JTextField delay_input = new JTextField("5");
75
timer_delay.setHorizontalAlignment(SwingConstants.CENTER);
76
+ delay_input.setHorizontalAlignment(SwingConstants.CENTER);
77
+ delay_input.setFont(new Font("Arial", Font.ITALIC, 28));
78
+ //delay_input.setPreferredSize(new Dimension(225,30));
79
buttons.add(timer_delay);
80
buttons.add(delay_input);
81
0 commit comments