WHAT: Make the GUI more professional by removing text from the buttons, resize the buttons and add the same options for the JMenu.
WHY: It's ugly right now (See issue #25). This is basically a visual improvement unlike #25.
HOW: Copy the functionality for each button and put it in a menu. Resize current buttons and remove text. These will server as shortcuts.
MenuLayout
File -> Login, Logout, Exit Application.
Patient -> New Patient, Close Patient, Search Patients, Create PDF file
Employee - > New Employe, search employee, update employee, view Activity
DB Admin -> Create Table, Backup Database (Wont be active in V2.0), Convert Database (Wont be active in V2.0)
Help -> Check for updates (Wont be active in V2.0), Help (Wont be active in V2.0), About
WHAT: Make the GUI more professional by removing text from the buttons, resize the buttons and add the same options for the JMenu. WHY: It's ugly right now (See issue #25). This is basically a visual improvement unlike #25. HOW: Copy the functionality for each button and put it in a menu. Resize current buttons and remove text. These will server as shortcuts.
MenuLayout File -> Login, Logout, Exit Application. Patient -> New Patient, Close Patient, Search Patients, Create PDF file Employee - > New Employe, search employee, update employee, view Activity DB Admin -> Create Table, Backup Database (Wont be active in V2.0), Convert Database (Wont be active in V2.0) Help -> Check for updates (Wont be active in V2.0), Help (Wont be active in V2.0), About