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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:04:04+00:00 2026-05-26T06:04:04+00:00

In the following code, if jcbValue evaluates to Find, I have it set to

  • 0

In the following code, if jcbValue evaluates to Find, I have it set to print the contents of the hashmap. It is returning NULL. I am assuming this means that by that point the contents of the hashmap have been emptied.

My questions are as follows;
1) What am I doing wrong?
2) How do I fix it?

Thanks,
CJ

   public class ButtonListener implements ActionListener {
   public void actionPerformed(ActionEvent e) {

        HashMap<String, ArrayList> map = new HashMap<String, ArrayList>();

        String jcbValue = (String) jcbIDF.getSelectedItem();
        if (jcbValue == "Insert") {

            String Id = jtfId.getText();
            ArrayList<String> ValueList = new ArrayList<String>();
            String Name = jtfName.getText();
            String GPA = jtfGPA.getText();
            ValueList.add(Name);
            ValueList.add(GPA);
            map.put(Id, ValueList);
            System.out.println(map);

            JOptionPane.showMessageDialog(null, "Record Inserted",
                    "Result", JOptionPane.INFORMATION_MESSAGE);
            // jtfId.setText("");
            // jtfName.setText("");
            // jtfGPA.setText("");
        } else if (jcbValue == "Delete") {
            System.out.println(map);
            JOptionPane.showMessageDialog(null,
                    "Delete Selected; But Not Implemented", "Result",
                    JOptionPane.INFORMATION_MESSAGE);
        } else if (jcbValue == "Find") {
            System.out.println(map);
            JOptionPane.showMessageDialog(null,
    "Find Selected; But not Implemented", "Result",
                    JOptionPane.INFORMATION_MESSAGE);
        }
    }// Terminates actionPerformed Class
    }// Terminates ButtonListenerClass        
  • 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-26T06:04:04+00:00Added an answer on May 26, 2026 at 6:04 am

    You’re creating a new map every time you hit actionPerformed, so nothing will ever persist across calls to it.

    The map needs to exist as something other than a local variable in the action handler.

    (And as AVD says, your comparison is incorrect.)

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

Sidebar

Related Questions

The following code should find the appropriate project tag and remove it from the
following code is used to find url from a string with php. Here is
Following code always print paths with double slashes: use JSON; use File::Spec; my $installdir
Following code: $this->addElement('text', 'email', array( 'label' => 'Your email address:', )); $this->addElement('submit', 'submit', array(
Following code has been picked up from this blog function! Privatize() let priorMethod =
following code waits till dom ready jQuery(document).ready(function(){ what do i have to write to
The following code doesn't work in python x = 11 print(x += 5) while
Following code is an example, I just want to know if this can be
Following code: For i = startRow To startRow + (nRows - 1) Set lookUp
following code behaves strange (at least for me): int testValue = 1234; this.ConversionTest( testValue

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.