-
Bug
-
Resolution: Unresolved
-
P4
-
20
-
b12
PassFailJFrame.syncLocationToWindowManager uses Thread.sleep to delay execution and catches InterruptedException which resets Thread.isInterrupted status. Since the method does nothing else to interrupt thread execution, it should call Thread.interrupt() to restore the flag.
- relates to
-
JDK-8290469 Add new positioning options to PassFailJFrame test framework
-
- Resolved
-