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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T22:05:37+00:00 2026-06-12T22:05:37+00:00

I want to use the first ActionListener (About) into the second ActionListener (About2) without

  • 0

I want to use the first ActionListener (About) into the second ActionListener (About2)
without copying the first one into teh second one are there any way to do that?

About.addActionListener(new ActionListener(){
        @Override
       public void actionPerformed(ActionEvent ae){
          AboutMe.setLocation(470,250);
          AboutMe.setSize(400, 200);
          AboutMe.setVisible(true);
          AboutMe.setResizable(false);
          AboutMe.add(panel5);
          panel5.setLayout(null);
          panel5.add(ta);

         ta.setBounds(15, 15, 350, 130);
         ta.setBorder(BorderFactory.createEtchedBorder());
         ta.setText("...................................\n"
                 +  "....................................\n"
                 +  "....................................\n"
                 +  "....................................\n"
                 +  "....................................");
         ta.setEditable(false);
       }
       }
   );



About2.addActionListener(new ActionListener(){
        @Override
       public void actionPerformed(ActionEvent ae){

                  ////////code here///////////////
       }
       }
   );
  • 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-12T22:05:39+00:00Added an answer on June 12, 2026 at 10:05 pm

    Well as long as you’re not using the ActionEvent argument, you could just create a method like this in your class,

    public void doAction() {
     AboutMe.setLocation(470,250);
              AboutMe.setSize(400, 200);
              AboutMe.setVisible(true);
              AboutMe.setResizable(false);
              AboutMe.add(panel5);
              panel5.setLayout(null);
              panel5.add(ta);
    
             ta.setBounds(15, 15, 350, 130);
             ta.setBorder(BorderFactory.createEtchedBorder());
             ta.setText("...................................\n"
                     +  "....................................\n"
                     +  "....................................\n"
                     +  "....................................\n"
                     +  "....................................");
             ta.setEditable(false);
    }
    

    and in your actionPerformed methods, just call

    doAction();
    

    So like this,

    About.addActionListener(new ActionListener(){
            @Override
           public void actionPerformed(ActionEvent ae){
    doAction();
    
       );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

we want to have the second biggest element. We first use ANY to exclude
I want to use x[#] from first file and x[#] from second file, I
Please help I want to use first URI segment into my CodeIgniter website. Like
First, I don't want to use a database or a local file. Is it
First of all, I don't want to use a join because that will make
I have small library i want to use for creating games. First, i tried
First, please forgive my bad english ;) I want to use the windows function
I want to lazy load of @Lob properties. First ,i use javassist to instrument
For the first time i use eclipse with m2e and i want to configure
I use Entity Framework code-first. DataBaseName - I want to create a database in

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.