is it possible when I click a JButton in my Java UI they’ll be another JFrame that pops out and it includes other Forms or other layout? for example, I click the “View Employee” button they’ll be another form that’s going to pop out but it contains the employee information on another window?
is it possible when I click a JButton in my Java UI they’ll be
Share
better would be implemnts CardLayout rather than to create a new Top-Level Container(s)