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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:46:53+00:00 2026-05-15T19:46:53+00:00

I’m programming a desktop application in Java using NetBeans . My question is this:

  • 0

I’m programming a desktop application in Java using NetBeans.

My question is this:

1st: I have a Jframe that is the principal frame of the application.

2nd: In some moment I want to create a new object of some kind, so I press addButton y create a new JFrame (I create a new class window that extends Jframe) with some text fields in it.

private void addButtonMouseClicked(java.awt.event.MouseEvent evt) {
    w = new window();
    w.setVisible(true);
}

this is a screenshot simplified with a simple string instead of a full class
http://img820.imageshack.us/img820/3361/screenshotlw.png

3rd: In this new window have I read the text fields and create the object when I press some button.

Finally when I press the accept button I want the new frame to get the object in the 2nd frame.

Question: what is the most elegant/efficient/easy/better way of getting the object in the 2nd frame from the first one?.

My First Solution: was to create a static method setNewData() on the first windows, and the second windows calls this method when you press the button.

Now I came with a New Solution:
On the second frame I have a method to set a mouselistener on the button. And a getString() Function.

On the first frame I got this:

private void addButtonMouseClicked(java.awt.event.MouseEvent evt) {
    w = new window();
    w.setHandler(ml);
    w.setVisible(true);
}

MouseListener ml = new MouseAdapter() {
    @Override
    public void mouseClicked(MouseEvent e) {
        TextFieldOn1stFrame.setText(w.getString());
    }
};

And on the second frame I got this

public void setHandler(MouseListener ml){
    button1.addMouseListener(ml);
}

public String getString(){
    return texto.getText();
}

Note: Sorry for the Long Text, I’m new on java and don’t know if this solutions are the best.
btw sorry about my english too.

  • 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-15T19:46:54+00:00Added an answer on May 15, 2026 at 7:46 pm

    Well, I don’t have enough rep to comment on mangst’s solution, but wanted to add that with your usage of the words elegant and efficient, this seemed like a prime opportunity for some design patterns.

    What mangst has described is an implementation of the Observer pattern (http://en.wikipedia.org/wiki/Observer_design_pattern). I would, however, suggest having a collection of objects implementing the interface as suggested by mangst. This way, upon a given update you are able to iterate through many observers to perform some action in each, whether that is changing data, presentation, etc. Should multiple windows ever need to receive the data/action from your child window it’s simple to just add another to the list of Observers you already have.

    There is also the Mediator pattern (http://en.wikipedia.org/wiki/Mediator_pattern) which could accomplish similar results.

    There are a lot of cookie cutter approaches for very common computing problems, and by familiarizing yourself with the lexicon, you can easily implement tried and true approaches.

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

Sidebar

Ask A Question

Stats

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

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

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

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

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer For pure Scala, there is scalaxb. It generates case classes… May 16, 2026 at 4:40 pm
  • Editorial Team
    Editorial Team added an answer I wouldn't do that - your specialdocs table is a… May 16, 2026 at 4:40 pm
  • Editorial Team
    Editorial Team added an answer You can specify the date and time formats in the… May 16, 2026 at 4:40 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

Related Questions

this is what i have right now Drawing an RSS feed into the php,
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a French site that I want to parse, but am running into
link Im having trouble converting the html entites into html characters, (&# 8217;) i
Does anyone know how can I replace this 2 symbol below from the string
I have just tried to save a simple *.rtf file with some websites and
Seemingly simple, but I cannot find anything relevant on the web. What is the
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I want to count how many characters a certain string has in PHP, but
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti

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.