java - adding frames to mainFrame -


i want add frame main frame, lets we've 3 frames (frame1, frame2, , frame3) want to:

  1. create new frame called frame 4 , add menu bar items (view frame1, view frame2, view frame3) --> i've created frame successfully.
  2. when click on view frame1 want display frame1 in place in frame4 , on menuitems
  3. my problem i've created old frames using drag-and-drop tech. in net beans
  4. 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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -