Must say a very nice, useful package. regarding creating buttons with images.
yes, this is from the sourcecode of AmazonianButton

InputStream iconstream =
VistafarianButton.class.getClassLoader().getResourceAsStream("net/kornr/swit/button/right-arrow-symbol.png");
BufferedImage icon = ImageIO.read(iconstream);
AmazonianButton button = new AmazonianButton(); // new Color(0x6655AA));
button.setRightHanded(true);
button.setWidth(1);
button.setIcon(icon);
button.setTextAlign(ButtonTemplate.TEXT_ALIGN_LEFT);
button.setFont(new Font("Verdana", Font.BOLD, 32));
-- 
View this message in context: 
http://www.nabble.com/-kind-of-announce--Swit-0.9.0%2C-wicket-library-for-graphics-stuff-tp24211061p24211813.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to