Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8781307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:16:05+00:00 2026-06-13T20:16:05+00:00

I created an gui application in netbeans 7.2 in java. I created a JFrame

  • 0

I created an gui application in netbeans 7.2 in java. I created a JFrame there. it was set to nimbus look and feel in auto generated code. but my frame is not look like nimbus.

so I debug the code and found nimbus is not available in the array returned by getInstalledLookAndFeels().

so what should I do to install nimbus look and feel? JDK 1.6 used to compile the code.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T20:16:06+00:00Added an answer on June 13, 2026 at 8:16 pm

    Make sure your java version is greater than:
    JDK 6 Update 10.

    See here:

    Nimbus is a polished cross-platform look and feel introduced in the
    Java SE 6 Update 10 (6u10) release.

    you can download the latest Java (7u9) and Netbeans (7.2.1) versions (bundled) here:

    • Java SE Downloads

    After that you should be good to go, dont forget to set the L&F from within Event Disptach Thread too:

        //Create UI and set L&F on EDT
        SwingUtilities.invokeLater(new Runnable( ) {
            public void run( ) {
                    //set L&F
                    try {
                           for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
                               if ("Nimbus".equals(info.getName())) {
                                       UIManager.setLookAndFeel(info.getClassName());
                                       break;
                               }
                           }
                        } catch (Exception e) {
                        // If Nimbus is not available, you can set the GUI to another look and feel.
                         e.printStackTrace();
                        }
                //create UI and components here
            }
    
        });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Netbeans GUI Project created with all the auto-generated content. On the
I am working on an application/GUI created with Win32/ATL . So there is UI
In a desktop application created using java and spring, the GUI forms are created
I have created a GUI in Java using swings with the help of Netbeans
Possible Duplicate: Netbeans GUI editor generating its own incomprehensible code In Netbeans(older versions), there
I am creating a Java Application using netBeans and Swing Gui Builder. I am
I have created a fairly substantial Java GUI application with many form windows where
I'm a Java beginner. I already created a simple GUI application that display will
I've created GUI for my application using Netbeans' GUI Builder. I am trying to
I am trying to create my first GUI application using (Java + Eclipse +

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.