Skip to content

Commit 50f3cde

Browse files
committed
GUI updation
1 parent 935268d commit 50f3cde

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/com/company/guiController.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,12 @@ private void guiInit() {
7070
}
7171
add(grid);
7272

73-
JLabel timer_delay = new JLabel("Set Delay(in ms)");
73+
JLabel timer_delay = new JLabel("Set step Delay(in ms)");
7474
JTextField delay_input = new JTextField("5");
7575
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));
7679
buttons.add(timer_delay);
7780
buttons.add(delay_input);
7881

0 commit comments

Comments
 (0)