swixml - how do you specify a compound border for a panel in the xml file?
[email protected] Wed, 23 Feb 2005 11:55:07 -0800 (PST)
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
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) ));