From: Tim O'B. <to...@di...> - 2002-01-26 00:43:32
|
Description: 1. I made JProjectTimer extend JFrame with the goal of making the JProjectTimer application 100% JFC Swing components. 2. I removed the Look and Feel section that was commented out. 3. Instead of hardcoding a reference to the sample data in /home/mitch, the user is allowed to specify command line arguments: -projectxml <filename> -projectfile <filename> 4. Added an iterative command line processing section. Eventually this should have more error checking, etc. And all of the log output should be I18N-ized. NOTE: If you try to load an existing project XML file with -projectxml, you will notice that the program will fail because there is no SAX parser available to the application. I'd recommend going with Xerces in the short term http://xml.apache.org, and just adding xerces.jar to the lib directory and modifying the patched build.xml and MANIFEST files to reflect the addition. Tim O'Brien to...@di... (847) 863-7045 |