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

Print this page

        

*** 61,72 **** boolean isParentWindowLocated; int old_x, old_y; int ex_width, ex_height; ! final static int TRAY_ICON_WIDTH = 24; ! final static int TRAY_ICON_HEIGHT = 24; XTrayIconPeer(TrayIcon target) throws AWTException { this.target = target; --- 61,72 ---- boolean isParentWindowLocated; int old_x, old_y; int ex_width, ex_height; ! static final int TRAY_ICON_WIDTH = 24; ! static final int TRAY_ICON_HEIGHT = 24; XTrayIconPeer(TrayIcon target) throws AWTException { this.target = target;