used similar code to remove redundant code

created a static variable for PROPERTIES_FILE_NAME
added a case to the order pane to highlight any orders with null statuses
slight modification to order pane updateTextPane() s
This commit is contained in:
2011-01-29 14:18:28 +00:00
parent 4be7476de7
commit 4ebe4a9910
7 changed files with 156 additions and 94 deletions

View File

@@ -47,4 +47,10 @@ added password encryption using jasypt
added more options in settings allowing user to pick the database name.
added an option to allow the user to save their password
added a password field to the main panel to allow for easy password entry
added a connect button to the main panel
added a connect button to the main panel
1.1.5 b 50
used similar code to remove redundant code
created a static variable for PROPERTIES_FILE_NAME
added a case to the order pane to highlight any orders with null statuses
slight modification to order pane updateTextPane() s