Searched refs:TestFrame (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/awt/im/4490692/
H A Dbug4490692.java36 new TestFrame();
40 class TestFrame extends JFrame implements KeyListener { class in inherits:JFrame,KeyListener
44 TestFrame () { method in class:TestFrame
/openjdk7/jdk/test/java/awt/im/4959409/
H A Dbug4959409.java36 new TestFrame();
40 class TestFrame extends JFrame implements KeyListener { class in inherits:JFrame,KeyListener
44 TestFrame () { method in class:TestFrame
/openjdk7/jdk/test/java/awt/FullScreen/BufferStrategyExceptionTest/
H A DBufferStrategyExceptionTest.java64 TestFrame f = new TestFrame();
73 // BufferStrategy creation in TestFrame.render()
97 static class TestFrame extends Frame { class in class:BufferStrategyExceptionTest
98 TestFrame() { method in class:BufferStrategyExceptionTest.TestFrame
/openjdk7/jdk/test/java/awt/PrintJob/PageSetupDlgBlockingTest/
H A DPageSetupDlgBlockingTest.java40 public static Frame frame = new TestFrame("Test Frame");
77 if (e.getSource().getClass() == TestFrame.class) {
106 class TestFrame extends Frame { class in inherits:Frame
107 TestFrame(String title) { method in class:TestFrame
/openjdk7/jdk/test/java/awt/Focus/ContainerFocusAutoTransferTest/
H A DContainerFocusAutoTransferTest.java54 TestFrame frame;
169 frame = new TestFrame();
196 class TestFrame extends JFrame { class in inherits:JFrame
205 public TestFrame() { method in class:TestFrame
206 super("TestFrame");
/openjdk7/jdk/test/java/awt/Frame/ShapeNotSetSometimes/
H A DShapeNotSetSometimes.java85 window = new TestFrame();
107 class TestFrame extends Frame { class in class:ShapeNotSetSometimes

Completed in 5927 milliseconds