I added JOptionPanes into my code to start off a GUI, I don't really like the default look and feel so was thinking of having a JFrame just so I can change that but that's really just me being picky!
Also I noticed when no name was entered, the record would be added to the database with the name field being null so I changed this where it gives an error if the field is left blank and it quits the program.
Thursday, February 14, 2008
Subscribe to:
Post Comments (Atom)
1 comment:
Good to see you're putting the error checking in. Don't bother about the look of the GUI until you get all the functionality in place :)
Post a Comment