232233234235236237238239240241242
} this.image = image; TrayIconPeer peer = this.peer; if (peer != null) { peer.updateImage(); } } /** * Returns the current image used for this <code>TrayIcon</code>.
357358359360361362363364365366367
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.
334335336337338339340341342343344
data[index] = 0; } } } } control.updateImage(); } /* * Returns a factor describing the percentage of border-pixels that are * adjacent to a white border-area A too low percentage is a strong
373374375376377378379380381382383
} } } } control.updateImage(); } /* * Returns a factor describing the percentage of border-pixels that are
271272273274275276277278279280281