Skip to content

Commit

Permalink
Backport e4803e0cbf00da89b98c8703769edc403bb5055b
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Feb 28, 2024
1 parent dc8759c commit c6172af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/jdk/javax/swing/MultiMonitor/MultimonVImage.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
* @summary displays an animating fps (frames per second)
* counter. When the window is dragged from monitor to monitor,
* the speed of the animation should not change too greatly.
* @library /open/test/jdk/java/awt/regtesthelpers
* @library /java/awt/regtesthelpers
* @build PassFailJFrame
* @run main/manual MultimonVImage
*/

Expand Down Expand Up @@ -180,4 +181,5 @@ public void run() {
component.repaint();
}
}
}
}

0 comments on commit c6172af

Please sign in to comment.