< prev index next >

functional/ControlsTests/src/javafx/scene/control/test/fxcanvas/FXCanvasBrowserApp.java

Print this page

        

@@ -130,12 +130,10 @@
         });
         shellWaiter.acquire();
     }
 
     public static void main(String[] args) {
-        System.setProperty("proxyHost", "www-proxy.ru.oracle.com");
-        System.setProperty("proxyPort", "80");
         try {
             startAndWaitShell();
         } catch (InterruptedException ex) {
             System.err.printf("Failed to start SWT application: %s.\n", ex);
         }
< prev index next >