Re: swixml - how do you specify a compound border for a panel in the xml file?
[email protected] Wed, 23 Feb 2005 12:06:40 -0800
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
You may have to write and register a new tag for this or, which may require less lines of code, write a converter and register that. Wolf On Feb 23, 2005, at 11:55 AM, [email protected] wrote: > How do you specify a compound border for a panel in the xml file? > Example, > > panel.setBorder(new CompoundBorder(new EmptyBorder(10, 10, 10, 10), > BorderFactory.createEtchedBorder(EtchedBorder.LOWERED) )); > > _______________________________________________ > Forum mailing list > [email protected] > http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com