< prev index next >

test/java/awt/Window/FindOwner/FindOwnerTest.java

Print this page

        

*** 19,34 **** * 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 8139227 @summary Text fields in JPopupMenu structure do not receive focus in hosted Applets @author Semyon Sadetsky - @run applet FindOwnerTest.html */ import java.applet.Applet; import java.awt.*; import java.awt.event.*; --- 19,32 ---- * 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. */ ! /* @bug 8139227 @summary Text fields in JPopupMenu structure do not receive focus in hosted Applets @author Semyon Sadetsky */ import java.applet.Applet; import java.awt.*; import java.awt.event.*;
< prev index next >