...
refresh() - force a reload of the image.
setSrc(Object o) - Src is overloaded to accept an AbstractImage. The AWT object is compatible with Swing and SWT.
Sample Usage
Code Block |
---|
<image src="../masthead.png" height="120" width="400"/> |
...
refresh() - force a reload of the image.
setSrc(Object o) - Src is overloaded to accept an AbstractImage. The AWT object is compatible with Swing and SWT.
Code Block |
---|
<image src="../masthead.png" height="120" width="400"/> |