themaniac27 / Budcord

Blank Repo that has no purpose. I just want issue tracking.
0 stars 0 forks source link

Redesign buttons with menu bar #26

Closed themaniac27 closed 12 years ago

themaniac27 commented 12 years ago

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

themaniac27 commented 12 years ago

Toolbar notes Change Icons for buttons. 40x40 is probably good enough.

themaniac27 commented 12 years ago

http://docs.oracle.com/javase/tutorial/uiswing/components/toolbar.html

themaniac27 commented 12 years ago

JMenu Notes

themaniac27 commented 12 years ago

Implementation is covered in issue #39 which will remove listeners from the main function. We're done here.