I have 2 JFrame
windows. Frame 1 has a text field and one button. If I press this button, it will appear frame 2 include a list of names. When I press this names, frame 2 has been closed and auto add names to frame 1.
What should I do?
I have 2 JFrame
windows. Frame 1 has a text field and one button. If I press this button, it will appear frame 2 include a list of names. When I press this names, frame 2 has been closed and auto add names to frame 1.
What should I do?