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

  • Home
  • SEARCH
  • 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 8896065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:56:54+00:00 2026-06-14T23:56:54+00:00

I tried to change Look&Feel public class Main { public static void main(String[] args)

  • 0

I tried to change Look&Feel

public class Main {
    public static void main(String[] args) {
        try {
            String osName = System.getProperty("os.name");
            if (osName.contains("Mac")) {
                System.setProperty("apple.laf.useScreenMenuBar", "true");
            }
            UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
        } catch (Exception e1) {
        }
    }
}

But get exception on line UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName())

java.lang.NullPointerException
Failed to create resources from application bundle.  Using Java-based resources.
    at java.io.File.<init>(File.java:222)
    at com.apple.resources.LoadNativeBundleAction.run(MacOSXResourceBundle.java:60)
    at com.apple.resources.LoadNativeBundleAction.run(MacOSXResourceBundle.java:33)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.apple.resources.MacOSXResourceBundle.getMacResourceBundle(MacOSXResourceBundle.java:29)
    at com.apple.resources.MacOSXResourceBundle.getMacResourceBundle(MacOSXResourceBundle.java:24)
    at com.apple.laf.AquaLookAndFeel.initResourceBundle(AquaLookAndFeel.java:244)
    at com.apple.laf.AquaLookAndFeel.initComponentDefaults(AquaLookAndFeel.java:260)    
    at com.apple.laf.AquaLookAndFeel.getDefaults(AquaLookAndFeel.java:227)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:520)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:564)
    at org.camobap.osx.Main.main(Main.java:26)

Can someone hepl me to avoid this problem?

Update:
jdk1.7.0_09

  • 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-14T23:56:55+00:00Added an answer on June 14, 2026 at 11:56 pm

    It looks like your error is coming from your setLookAndFeel line. You should verify that UIManager.getSystemLookAndFeelClassName() is returning what you think. You can also just check which look and feels are installed on this system with the code below:

        try {
            for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
                System.out.println(info.getName() + " - " + info.getClassName());
                //You can now set the look to the one you want with something like this:
                if ("Mac".equals(info.getName())) {
                    UIManager.setLookAndFeel(info.getClassName());
                }
            }
        } catch (Exception e) {
            // Forget the look and feel!           
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to change my rehosted activities look to: Already tried ActivityDesignerTheme Need to
I feel so dumb right now: moveSequence look(COORD xyBeatle, fieldd &field); what could be
I tried to change the data folder path of MySQL by changing the datadir
I've tried to change filenames using following script: find dir/ -type f -exec mv
I'm using Ubuntu 12.04 I tried to change my default apache2 port from 80
I recently ran into an error when I tried to change the column name
Eclipse does not highlight matching variables for me: I've already tried to change Mark
I am using Eclipse 3.4.1 Build M20080911-1700 I have tried to change the classpath
I tried using aegis -change_attributes to change the brief_description of my current change set
I tried to listen file change event in BlackBerry base on FileExplorer example, but

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.