231232233234235236237238239240241
} this.image = image; TrayIconPeer peer = this.peer; if (peer != null) { peer.updateImage(); } } /** * Returns the current image used for this <code>TrayIcon</code>.
356357358359360361362363364365366
public void setImageAutoSize(boolean autosize) { this.autosize = autosize; TrayIconPeer peer = this.peer; if (peer != null) { peer.updateImage(); } } /** * Returns the value of the auto-size property.
224225226227228229230231232233234
349350351352353354355356357358359
256257258259260261262263264265266
381382383384385386387388389390391
254255256257258259260261262263264
379380381382383384385386387388389
253254255256257258259260261262263
378379380381382383384385386387388