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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:41:22+00:00 2026-05-31T08:41:22+00:00

Hi everyone.. I need some help again. :) How to do this? When I

  • 0

enter image description here

Hi everyone..
I need some help again. 🙂

How to do this? When I click the column t1, another form must pop-up explaining what happens to column t1, say, at time 1, Instruction 1 is in fetch stage. Then, when I click naman t2 column, Instruction 2 is in fetch stage and Instruction 1 is in Decode stage., so on and so forth.

Thank you in advance. I really need your help..
Regards.. 🙂

  • 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-31T08:41:23+00:00Added an answer on May 31, 2026 at 8:41 am

    You need to add following chunk of code,

        table.addMouseListener(new MouseAdapter() {
            public void mouseClicked(MouseEvent e) {
                // This is for double click event on anywhere on JTable
                if (e.getClickCount() == 2) {
                    JTable target = (JTable) e.getSource();
                    int row = target.getSelectedRow();
                    int column = target.getSelectedColumn();
                   // you can play more here to get that cell value and all
                    new DialogYouWantToOpen(row, Column);
                }
            }
    
        });
    

    A Dialog which will be opened on double click.

    class DialogYouWantToOpen extends JDialog{
           JLabel testLabel = new JLable();
           public DialogYouWantToOpen(int row, int column){
             setSize(200,200)
             setLayout(new FlowLayout());
             testLabel.setText("User double clicked at row "+row+" and column "+ column);
             add(testLabel);
           }
    
    }   
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greetings everyone, going to need some help in clearing this exception. I get the
Morning again..., Sorry to bother everyone but I need more help... I haven't done
Hello everyone i need some help. I'm trying to make an application for mac
everyone! I'm not very good with JS/JQuery, so I need some help here... I
Good morning, everyone. I need some query help. You can assume I understand relatively
Hi everyone new to MVC and I need to trim some %20's off of
Good day everyone I need to execute command on linux machine this command is
i need some help about finding elements position. im working on an e-book reader,
I'm looking for some help with the following. This will be a very general
I need some help with an SQL stored procedure, I haven't got alot of

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.