Re: Netbeans using old java theme look!

"Anuradha G" <[email protected]> Sat, 15 Dec 2007 02:26:34 +0530
Newsgroups gmane.comp.java.netbeans.user-interface
Message-ID <[email protected]>
you have put this code  to main method

 try {


            UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName
());
        } catch (ClassNotFoundException ex) {
            Exceptions.printStackTrace(ex);
        } catch (InstantiationException ex) {
            Exceptions.printStackTrace(ex);
        } catch (IllegalAccessException ex) {
            Exceptions.printStackTrace(ex);
        } catch (UnsupportedLookAndFeelException ex) {
            Exceptions.printStackTrace(ex);
        }
    }

On Dec 15, 2007 1:14 AM, tobiaswk <[email protected]> wrote:

>
> Hello.
>
> I have a weird and very annoying problem. When I compile and run I get
> "the
> old" java theme look instead of the native system look. It has done this
> since I upgraded to version 6.0 final of netbeans. The really weird thing
> is
> that in the GUI builder I have the native windows xp look, like it should
> be, but not when compile and run.
>
> Here is a screenshot showing the problem:
> http://www.nabble.com/file/p14339758/netbeansprob.jpg
>
> Best regards Tobias
> Hope on a solution! :)
> --
> View this message in context:
> http://www.nabble.com/Netbeans-using-old-java-theme-look%21-tp14339758p14339758.html
> Sent from the Netbeans - UI mailing list archive at Nabble.com.
>



-- 
Anuradha G