From: "Dag �yvind Liodden" <[EMAIL PROTECTED]> > Works great! I'd like to see another feature, though. :) It would be nice to > be able to set a default value for the style-property of a tag. Buttons, for > example, always appear without a border around them if you don't specify it > (I know, this is SWT's implementation). Is it possible to do something like: > > <j:set-default tag="Button" style="border"/>
What i've done for now is given all the SWT widgets a reasonable default - so buttons, labels, shells, trees, tables have sensible defaults. There's a new little demo that shows this in action (again clickable from the 'maven demo' UI) Also added 2 new tags, <menuBar/> and <menuSeparator/> which avoid specifying some styles when defining menus. James ------- http://radio.weblogs.com/0112098/ __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
