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 765641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T16:55:06+00:00 2026-05-14T16:55:06+00:00

I’ve been at this one for a bit now. I’ve got a null pointer

  • 0

I’ve been at this one for a bit now.
I’ve got a null pointer exception so I’m guessing somethings not been initialized.

AdminMessages.inbox1.setText(messageRsetArray[0]);

That’s my code where it’s targetting. But I can’t find what’s inside. It hasn’t been
initialized.

AdminMessages is a class which contains a JTextField called inbox1, messageRsetArray is an array which has taken variables from an array.

Also inbox1 is static. I couldn’t get the getters and setter to work. I know it’s bad practice though.


Exception in thread "main" java.lang.NullPointerException
 at project.AdminMessages.fillInboxGui(AdminMessages.java:587)
 at project.AdminMessages.<init>(AdminMessages.java:156)
 at project.AdminUser.createAdminMessages(AdminUser.java:31)
 at project.AdminUser.<init>(AdminUser.java:17)
 at project.AdminUser.main(AdminUser.java:45)
  • 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-05-14T16:55:06+00:00Added an answer on May 14, 2026 at 4:55 pm

    To the best of my knowledge what you want cannot be easily done (ANY “dot” is a candidate for the exception).

    A slight rewrite of the source code may be the easiest way to get what you need.

    AdminMessages.inbox1.setText(messageRsetArray[0]);
    

    into

    inbox1 = Adminmessages.inbox1;
    text = messageRSetArray[0];
    inbox1.setText(text);
    

    This leaves you with only one “dot” operation per line, and makes it obvious which one is broken.

    You may also want to help the person to see the stacktrace with a

    if (AdminMessages.inbox1 == null) {
       throw new IllegalArgumentException("AdminMessages.inbox1 == null");
    }
    

    (I like this for method arguments. When inside code you may want NullPointerExceptions instead).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 450k
  • Answers 450k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Actually, all you need to do is launch a thread… May 15, 2026 at 8:30 pm
  • Editorial Team
    Editorial Team added an answer it get deleted once the PHP script it was submitted… May 15, 2026 at 8:30 pm
  • Editorial Team
    Editorial Team added an answer Replace the lines if (!/(\.txt)$/i.test(obj.value)) { alert("Local file name must… May 15, 2026 at 8:30 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.