Hi all,
I have a class that extends JFrame to make orders. in the middle I have a button that opens a new window that is used to find an article.
What I need is: When I click btnNewArticle, after searching new article, and confirm in new window, I will get as return article code.
Click btnNewArticle --> (open new window to find an article) --> confirm selection -->as return I get Article Code.
Is it possible?
Thanks