|
Hi all,
I am trying to write three frames and they overlap each other. So far, I managed to have three frames running together but it opens up three frames because of setSize(x , y). Is there a way three frames running together in a single frame?
Thanks
|
|
|
Yes, Have a look at Java Internel Frames! Using this, you can have one parent frame and 2 internel ones or whichever way you would like to do it!
|
|
|
|
|
|
|
|