aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Communication between JDialog and JFrame Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply locked New topic
Author

Communication between JDialog and JFrame

Marwen Ben
Greenhorn

Joined: Apr 21, 2012
Posts: 3
hello,

I have a JDialog window that contains JComboBox, after the choice of the user I want to display its data in a JLabel in the main window JFrame.
it are each in a class

Dialog.java
MainFrame.java
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 4206
    
    3

You already have a thread for this topic, where you have not replied to Michael Dunn's response.
display data from a JComboBox from one JFrame to another

Please continue the discussion there; in other words, UseOneThreadPerQuestion <-- link

Locking this.


luck, db
There are no new questions, but there may be new answers.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Communication between JDialog and JFrame
 
Similar Threads
JDialog trigger action opening JFrame closing problem
Top window: JFrame or JDialog
Swing wait for response
JWindow and selecting text
Display message in foreground