< prev index next >
src/java.desktop/windows/classes/sun/awt/windows/WTrayIconPeer.java
Print this page
*** 178,188 ****
native void create();
synchronized native void _dispose();
/*
* Updates/adds the icon in/to the system tray.
! * @param doUpdate if <code>true</code>, updates the icon,
* otherwise, adds the icon
*/
native void updateNativeIcon(boolean doUpdate);
native void setNativeIcon(int[] rData, byte[] andMask, int nScanStride,
--- 178,188 ----
native void create();
synchronized native void _dispose();
/*
* Updates/adds the icon in/to the system tray.
! * @param doUpdate if {@code true}, updates the icon,
* otherwise, adds the icon
*/
native void updateNativeIcon(boolean doUpdate);
native void setNativeIcon(int[] rData, byte[] andMask, int nScanStride,
< prev index next >