The getPrefferedSize() method is overrided, and instead of returning the preferred size
of the wizard manager panel; it will return the instance size dimension.
The GUI Database setup wizard, is the wizard panel used for the selection of the database from the
connected DBMS; which gets the values automatically populated, and provides the option of entering their own.
The GUI Export to database wizard provides the dbms package with a gui frontend
for exporting the internally stored structures to a chosen database format; which has
options for mysql, mssql, and postgresql.
The GuiFrame class is the main interface which the client views; it
contains the tabbed pane, instantiates the single record and data table views, creates
the gui wizards, and monitors the actions triggered from the menu system.