Tagged Questions
1
vote
1answer
510 views
Change text of JTextField from different Class
How can i change the text of a jTextField from other class
Suppose i have Class A in which if i select an item and click create account. I added a tab with same name to my jTabbedPane. This tab is ...