< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XWindowPeer.java

Print this page

        

*** 208,217 **** --- 208,218 ---- } private static native String getLocalHostname(); private static native int getJvmPID(); + @SuppressWarnings("deprecation") void postInit(XCreateWindowParams params) { super.postInit(params); // Init WM_PROTOCOLS atom initWMProtocols();
*** 398,407 **** --- 399,409 ---- iconLog.finest(" {0}", i.next()); } } } + @SuppressWarnings("deprecation") public void recursivelySetIcon(java.util.List<IconInfo> icons) { dumpIcons(winAttr.icons); setIconHints(icons); Window target = (Window)this.target; Window[] children = target.getOwnedWindows();
< prev index next >