[Image] EchoPoint
Helping you build truly dynamic and stateful web applications!
nothing

ImageIcon   Click here for complete JavaDoc

The ImageIcon component will show an image via its associated ImageReference.

It can be clicked on and it will inform its ActionListener of this event.  In this respect it is much like a Button with only an image attached. 

However unlike a Button, the ImageIcon component can be used to scale the image to a different size to which it is defined in its associated ImageReference

[Image]
  	
ImageIcon icon;

ImageReference imgRef = getImage(
"SunFlowers.jpg", 187, 238);

icon =
new ImageIcon(imgRef);

icon =
new ImageIcon(imgRef, 100, 50);

icon =
new ImageIcon(imgRef, 70, 140);


Client Browser Support :

All clients supported by the Echo Framework.


Home

SourceForge Logo

The EchoPoint project is kindly hosted by SourceForge