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

/openjdk7/jdk/test/java/awt/Window/TranslucentShapedFrameTest/
H A DTranslucentShapedFrameTest.java31 * @compile -XDignore.symbol.file=true TranslucentShapedFrameTest.java
33 * @run main/manual/othervm TranslucentShapedFrameTest
34 * @run main/manual/othervm -Dsun.java2d.noddraw=true TranslucentShapedFrameTest
35 * @run main/manual/othervm -Dsun.java2d.opengl=True TranslucentShapedFrameTest
51 public class TranslucentShapedFrameTest extends javax.swing.JFrame { class in inherits:javax.swing.JFrame
58 * Creates new form TranslucentShapedFrameTest
60 public TranslucentShapedFrameTest() { method in class:TranslucentShapedFrameTest
94 setTitle("TranslucentShapedFrameTest");
298 new TranslucentShapedFrameTest().setVisible(true);

Completed in 23 milliseconds