I am working on a simple desktop application with java. There is a menu bar, when the user clicks on menu item 1 then the content will change to form A. When a user clicks on menu item 2 then the content will display form B.
How could i achieve this?
using the same window and just the content change.
A sample for you, I just did to refresh my swing knowledge..
}