Searched defs:TestFrame (Results 1 - 16 of 16) sorted by relevance

/openjdk10/jdk/test/java/awt/FullScreen/BufferStrategyExceptionTest/
H A DBufferStrategyExceptionTest.java98 static class TestFrame extends Frame { class in class:BufferStrategyExceptionTest
99 TestFrame() { method in class:BufferStrategyExceptionTest.TestFrame
/openjdk10/jdk/test/java/awt/Choice/GrabLockTest/
H A DGrabLockTest.java41 class TestFrame extends Frame implements MouseListener { class in inherits:Frame,MouseListener
42 public TestFrame() { method in class:TestFrame
/openjdk10/jdk/test/java/awt/im/4490692/
H A Dbug4490692.java40 class TestFrame extends JFrame implements KeyListener { class in inherits:JFrame,KeyListener
44 TestFrame () { method in class:TestFrame
/openjdk10/jdk/test/java/awt/im/4959409/
H A Dbug4959409.java40 class TestFrame extends JFrame implements KeyListener { class in inherits:JFrame,KeyListener
44 TestFrame () { method in class:TestFrame
/openjdk10/jdk/test/java/awt/Choice/PopupPosTest/
H A DPopupPosTest.java52 class TestFrame extends Frame implements ItemListener { class in inherits:Frame,ItemListener
60 public TestFrame() { method in class:TestFrame
/openjdk10/jdk/test/java/awt/Focus/WindowIsFocusableAccessByThreadsTest/
H A DWindowIsFocusableAccessByThreadsTest.java100 private static class TestFrame extends Frame { class in class:WindowIsFocusableAccessByThreadsTest
101 private TestFrame(String title) throws HeadlessException { method in class:WindowIsFocusableAccessByThreadsTest.TestFrame
/openjdk10/jdk/test/java/awt/Frame/ShapeNotSetSometimes/
H A DShapeNotSetSometimes.java105 class TestFrame extends Frame { class in class:ShapeNotSetSometimes
/openjdk10/jdk/test/java/awt/PrintJob/PageSetupDlgBlockingTest/
H A DPageSetupDlgBlockingTest.java106 class TestFrame extends Frame { class in inherits:Frame
107 TestFrame(String title) { method in class:TestFrame
/openjdk10/jdk/test/java/awt/image/multiresolution/MultiResolutionIcon/
H A DMultiResIconTest.java160 private static class TestFrame extends JFrame { class in class:MultiResIconTest
178 public TestFrame() { method in class:MultiResIconTest.TestFrame
/openjdk10/jdk/test/java/lang/StackWalker/
H A DStackRecorderUtil.java119 public static class TestFrame { class in class:StackRecorderUtil
124 public TestFrame (Class declaringClass, String methodName, String fileName) { method in class:StackRecorderUtil.TestFrame
/openjdk10/jdk/test/java/awt/Window/WindowResizingOnDPIChanging/
H A DWindowResizingOnDPIChangingTest.java196 static class TestFrame extends Frame { class in class:WindowResizingOnDPIChangingTest
200 public TestFrame(int width, int height, boolean undecorated) throws HeadlessException { method in class:WindowResizingOnDPIChangingTest.TestFrame
H A DWindowResizingOnMovingToAnotherDisplay.java193 static class TestFrame extends Frame { class in class:WindowResizingOnMovingToAnotherDisplay
197 public TestFrame(int width, int height) throws HeadlessException { method in class:WindowResizingOnMovingToAnotherDisplay.TestFrame
H A DWindowResizingOnSetLocationTest.java294 static class TestFrame extends JFrame { class in class:WindowResizingOnSetLocationTest
298 public TestFrame(GraphicsConfiguration gc, Rectangle rect) throws HeadlessException { method in class:WindowResizingOnSetLocationTest.TestFrame
/openjdk10/jdk/test/java/awt/datatransfer/ImageTransfer/
H A DImageTransferTest.java54 class TestFrame extends Frame { class in class:ImageTransferTest
57 public TestFrame(boolean show, Image img){ method in class:ImageTransferTest.TestFrame
/openjdk10/jdk/test/java/awt/Focus/ContainerFocusAutoTransferTest/
H A DContainerFocusAutoTransferTest.java197 class TestFrame extends JFrame { class in inherits:JFrame
206 public TestFrame() { method in class:TestFrame
/openjdk10/jdk/test/java/awt/Modal/helpers/
H A DTestFrame.java31 public class TestFrame extends Frame implements ActionListener, class in inherits:Frame,ActionListener,FocusListener,WindowFocusListener,WindowListener
47 public TestFrame() { method in class:TestFrame

Completed in 195 milliseconds