Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Pluggable look and feel

  1. #1
    Junior Member
    Join Date
    Jan 2012
    Posts
    15
    My Mood
    Nerdy
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pluggable look and feel

    Please can any one give me a practical code snippet that makes used of class UIManager, its various subclasses and its method. Am a bit of confused here.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Pluggable look and feel

    What do you wish to accomplish? If you just want to set the LAF the following should get you started.
    How to Set the Look and Feel (The Java™ Tutorials > Creating a GUI With JFC/Swing > Modifying the Look and Feel)

Similar Threads

  1. [SOLVED] Look and Feel not working.
    By Mr.777 in forum AWT / Java Swing
    Replies: 14
    Last Post: October 26th, 2012, 04:37 PM
  2. How do I change Look and Feel in Window Builder?
    By Zorobay in forum AWT / Java Swing
    Replies: 1
    Last Post: May 3rd, 2011, 09:08 PM
  3. Default system look and feel does not work
    By goodguy in forum What's Wrong With My Code?
    Replies: 3
    Last Post: April 5th, 2011, 11:46 PM
  4. Feel like I'm overthinking this problem.
    By miketeezie in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 22nd, 2011, 08:02 AM
  5. Look & Feel
    By Asido in forum AWT / Java Swing
    Replies: 3
    Last Post: September 10th, 2010, 09:13 PM