< prev index next >

modules/javafx.graphics/src/main/java/com/sun/glass/ui/Window.java

Print this page

        

*** 373,383 **** /** * return the "raw' pointer needed by subclasses to pass to native routines * @return the native pointer. */ ! protected long getRawHandle() { return ptr; } public Window getOwner() { Application.checkEventThread(); --- 373,383 ---- /** * return the "raw' pointer needed by subclasses to pass to native routines * @return the native pointer. */ ! public long getRawHandle() { return ptr; } public Window getOwner() { Application.checkEventThread();
< prev index next >