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

Print this page

        

*** 130,141 **** }); 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); } --- 130,139 ----