Searched defs:_show (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPageDialogPeer.java38 private native boolean _show(); method in class:WPageDialogPeer
46 ((WPrintDialog)target).setRetVal(_show());
H A DWPopupMenuPeer.java90 _show(e);
106 _show(e);
109 public native void _show(Event e); method in class:WPopupMenuPeer
H A DWPrintDialogPeer.java64 private native boolean _show(); method in class:WPrintDialogPeer
70 ((WPrintDialog)target).setRetVal(_show());
H A DWFileDialogPeer.java91 private native void _show(); method in class:WFileDialogPeer
97 _show();

Completed in 39 milliseconds