Re: Different looks beetwen Preview and Runview
ChP <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Tim Boudreau wrote: > > Hi, > > Please use the nbusers mailing list for questions about developing user > interfaces in Java. This list is specifically about the user interface > of NetBeans itself. > > Regarding your problem, add the following to your main(String[] args) > method: > > UIManager.setLookAndFeel (UIManager.getSystemLookAndFeelClassName()); > > (you'll need to add "throws Exception" to the main() method definition > or catch the exceptions this call throws). > > -Tim > > Thank's a lot for the mailing list clarification and the code suggestion. Pierre. -- View this message in context: http://www.nabble.com/Different-looks-beetwen-Preview-and-Runview-tf3496819.html#a9832239 Sent from the Netbeans - UI mailing list archive at Nabble.com.