< prev index next >

test/jdk/javax/swing/plaf/nimbus/TestDisabledToolTipBorder.java

Print this page

        

*** 19,29 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * @test @bug 8058785 * @summary Displaying border around the disabled component's tool tip text * @run main/manual TestDisabledToolTipBorder */ import java.awt.GridBagConstraints; import java.awt.GridBagLayout; --- 19,30 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * @test ! * @bug 8058785 * @summary Displaying border around the disabled component's tool tip text * @run main/manual TestDisabledToolTipBorder */ import java.awt.GridBagConstraints; import java.awt.GridBagLayout;
< prev index next >