I'm attempting to archive this effect: http://www.ipadincanada.ca/wp-content/uploads/2010/03/p_600_471_B35C968F-9122-464E-8859-1A1685FADF37.jpeg
I want to make an application which is all built into the same "window". There will be a menu bar, but when I click an option, instead of opening a new window I want a part of the first window to change to the new "view".
I'm using the Netbeans built in GUI designer, and I all I can seem to make are JFrames which result in different windows.
