< prev index next >

test/jdk/javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentJComboBox.java

Print this page

        

*** 34,44 **** * window. Click on the ComboBox to show the drop down. Check if the drop down * appears translucent. Repeat this for JWindow, JDialog and JFrame * Expected Result: If TRANSLUCENT Translucency type is supported, the drop down * should appear translucent. * @author mrkam ! * @library ../../../../lib/testlibrary * @build Common ExtendedRobot * @run main TranslucentJComboBox */ import javax.swing.JComponent; --- 34,44 ---- * window. Click on the ComboBox to show the drop down. Check if the drop down * appears translucent. Repeat this for JWindow, JDialog and JFrame * Expected Result: If TRANSLUCENT Translucency type is supported, the drop down * should appear translucent. * @author mrkam ! * @library ../../../../lib/client * @build Common ExtendedRobot * @run main TranslucentJComboBox */ import javax.swing.JComponent;
< prev index next >