test/jdk/javax/swing/JEditorPane/bug4714674.java
changeset 49096 eaef201ec301
parent 47216 71c04702a3d5
equal deleted inserted replaced
49095:a8287712f63b 49096:eaef201ec301
    25    @bug 4714674
    25    @bug 4714674
    26    @summary Tests that JEditorPane opens HTTP connection asynchronously
    26    @summary Tests that JEditorPane opens HTTP connection asynchronously
    27    @author Peter Zhelezniakov
    27    @author Peter Zhelezniakov
    28    @modules java.desktop
    28    @modules java.desktop
    29             jdk.httpserver
    29             jdk.httpserver
    30    @run main bug4714674
    30    @run main/othervm bug4714674
    31 */
    31 */
    32 
    32 
    33 import javax.swing.*;
    33 import javax.swing.*;
    34 
    34 
    35 import com.sun.net.httpserver.HttpExchange;
    35 import com.sun.net.httpserver.HttpExchange;