Hi,
I have been developing Java Web apps (Servlets, JSP’s) and simple command line java apps for a few years, and have developed in VB in tthe past. I am now trying to develop my first Swing app, and was hoping to use Matisse.
Not sure where to start though. Do I use JDesktop Pane, multiple Frames, multiple forms, etc?
Basically what I want is an app with a menu bar. It will default to a DB lookup screen, but will have buttons to add/modify/delete which will all display a different screen/dialog.
There will also be other options from the menu bar which will display other screens, for creating lists, exporting to files, etc.
Saw a cardlayout example which looked quite neat.
Also tried dialogs, but they shouldnt really be used for pop up data entry screens, right?
Any advice greatly appreciated
Gareth