java - adding frames to mainFrame -
i want add frame main frame, lets we've 3 frames (frame1, frame2, , frame3) want to:
- create new
framecalled frame 4 , add menu bar items (view frame1, view frame2, view frame3) --> i've created frame successfully. - when click on view frame1 want display frame1 in place in frame4 , on menuitems
- my problem i've created old frames using drag-and-drop tech. in net beans
- there component called internalframe when tried use couldn't add old frame internal one.
you can solve problems reading this great tutorial on creating mdi applications in java using netbeans.
Comments
Post a Comment