Skip to content

Commit 677e3d5

Browse files
Update test/jdk/java/awt/event/MouseWheelEvent/WheelEventCoord.java
Co-authored-by: Andrey Turbanov <[email protected]>
1 parent d578b10 commit 677e3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/awt/event/MouseWheelEvent/WheelEventCoord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class WheelEventCoord extends Frame {
5454

5555
public WheelEventCoord() {
5656
super("Wheel Event Coordinates");
57-
setLayout(new GridLayout(3,1));
57+
setLayout(new GridLayout(3, 1));
5858

5959
add(new BigButton("Button 1"));
6060
add(new BigButton("Button 2"));

0 commit comments

Comments
 (0)