about summary refs log tree commit diff stats
path: root/client/trunk/nbproject
Commit message (Collapse)AuthorAgeFilesLines
* Client: Fixed up form label fieldsKelly Rauchenberger2008-07-311-1/+5
| | | | Previously, forms used <BR> tags to break labels into lines, but it was discovered that a better effect could be generated by keeping the <HTML> tag at the beginning, removing all of the <BR>s, and resizing the JLabel.
* Client: Completed pathKelly Rauchenberger2008-07-291-5/+14
| | | | Finally, the Item has the ability to be displayed on the Form. However, the Client now also requires to keep a list of the active Subscriptions and verify each incoming Item against it, which means that a method of subscribing to subscriptions must be implemented before further testing.
* Client: Encapsulated classpath JARsKelly Rauchenberger2008-07-291-8/+6
| | | | Moved required classpath JARs into a SVN controlled folder so that they are available to anyone who wishes to help develop InstaDisc. Note that the Appframework and Spring-worker JARs were not encapsulated. If you wish to help develop InstaDisc, you'd best be off using NetBeans.
* Added databaseKelly Rauchenberger2008-07-291-1/+15
| | | | Because of the lack of SQLite Java wrappers, InstaDisc instead uses a BDB database.
* Created NetBeans projectKelly Rauchenberger2008-07-274-0/+718