This is the mail archive of the mauve-patches@sourceware.org mailing list for the Mauve project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi David,
On Wed, 2005-11-23 at 17:04 +0000, David Gilbert wrote:
> + // use a known look and feel
> + try
> + {
> + UIManager.setLookAndFeel(new MetalLookAndFeel());
> + }
> + catch (Exception e)
> + {
> + e.printStackTrace();
> + }
Better to use harness.debug(e) for this.
Cheers,
Mark
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |