Reputation: 16117
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?
Upvotes: 1
Views: 201
Reputation: 109813
better would be implemnts CardLayout rather than to create a new Top-Level Container(s)
Upvotes: 2