Author
Communication between JDialog and JFrame
Marwen Ben
Greenhorn
Joined: Apr 21, 2012
Posts: 3
posted Apr 23, 2012 10:25:29
0
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: 4199
posted Apr 23, 2012 11:07:40
0
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.
subject: Communication between JDialog and JFrame