user962206
user962206

Reputation: 16117

JButton Form within Click

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

Answers (1)

mKorbel
mKorbel

Reputation: 109813

better would be implemnts CardLayout rather than to create a new Top-Level Container(s)

Upvotes: 2

Related Questions