facebook

[NB] Different look and feel

  1. MyEclipse Archived
  2.  > 
  3. Matisse/Swing UI Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #254858 Reply

    ecanvas
    Member

    I’m developing a form in Matisse. When I run the form the look of the form is the Java steel look rather than the look in the preview or development window in myEclipse. Do I have something set incorrectly or is this normal behavior?

    #254886 Reply

    Riyad Kalla
    Member

    Yes you need to set the LNF of your form preferabbly from the main() method of your application before it does anything using the code:
    UIManager.setLookAndFeelClassName(UIManager.getSystemLookAndFeel());

    or something like that, double check the UIManager.setXXX methods, also you will need to wrap it in a try-catch block.

    #254950 Reply

    ecanvas
    Member

    This message has not been recovered.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [NB] Different look and feel

You must be logged in to post in the forum log in