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 1 of 1

Thread: Use UIManager.setLookAndFeel for check box and radio button inside color

  1. #1

    Default Use UIManager.setLookAndFeel for check box and radio button inside color

    you can use this code in main for change radio and checkbox inside color

    try {
            UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
        } catch (Exception e) {
            System.out.println("Unable to set LookAndFeel");
        }
    https://i.stack.imgur.com/Lx3MK.jpg
    Last edited by cnmeysam; April 5th, 2021 at 10:54 PM.

Similar Threads

  1. Replies: 0
    Last Post: August 26th, 2019, 08:32 AM
  2. Radio Button Help Please!
    By Rick Sebastian in forum What's Wrong With My Code?
    Replies: 18
    Last Post: March 3rd, 2013, 07:26 PM
  3. add a radio button in RichTextArea
    By jim17 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 1st, 2012, 07:33 AM
  4. need help Coding RADIO BUTTON for REMEMBER ME
    By timosoft in forum Java Theory & Questions
    Replies: 3
    Last Post: February 4th, 2011, 05:19 PM
  5. Action from Radio Button
    By halfwaygone in forum What's Wrong With My Code?
    Replies: 0
    Last Post: April 25th, 2010, 10:52 AM