0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the Aviary so many of the steps performed when Continue pressed are the same as when Start is pressed. Also added code to show the contents of the tree and optionally save to a file when a file name is entered. More... almost 16 years ago
Updated BasicTupleTree to show it's contents and (optionally) save its contents to a file. Output format uses default toString method that comes with ArrayListMultimap (from Google Collections) so the formatting is "functional" and not real pretty. But it works More... almost 16 years ago
Changed std.out messages into addToHistory() statements More... almost 16 years ago
Improved handling of progressbars and added reset capability for progressbars More... almost 16 years ago
Updated so progress bar will grow when eating (reading) text from a file. Normally eating reduces the size of a progress bar. Had to add events to InputFileName field so the eatsfood name is disabled when an input file is selected More... almost 16 years ago
Improved the messages about eating & storing food - these help us know which progress bars are being updated More... almost 16 years ago
Fixed a previous mistake when I accidentally commented out the skip statement when re-opening a file More... almost 16 years ago
Improved updating of Progress bars More... almost 16 years ago
Added javadoc text More... almost 16 years ago
Updated to remove dependencies from removed files More... almost 16 years ago
Removing old code More... almost 16 years ago
Removing old code More... almost 16 years ago
Removing old code More... almost 16 years ago
Changed the Aviary so that when the progress value is negative, it updates the eating progress bar, and when it is positive, it updates the stores progress bar More... almost 16 years ago
Changed Basic Bird so it subtracts 1 from progress bar when eating and adds 1 to progress bar when it is storing More... almost 16 years ago
Updated so calls firePropertyChange("progress"...) instead of using setProgress(msgCounter). This simplifies JProgress Bar management and will allow multiple birds to access same Progress bar More... almost 16 years ago
Updated JProgress Bar management to allow multiple birds to access same Progress bar More... almost 16 years ago
Updated TupleTree presentation on screen More... almost 16 years ago
Added TupleTree buttons to screen so can start and stop tree & print current contents of tree More... almost 16 years ago
Added javadoc comments to document the member variables and the methods that are available in the AbstractBasicBird. More... almost 16 years ago
Added Reset to Default Values ability More... almost 16 years ago
Added code to read and write to files. Streamlined some code to launch birds. Updated the rest of the birds with the code used on Bird 1. More... almost 16 years ago
Added code to read and write to files. Streamlined some code to launch birds. Not quite finished with all the birds - need to replicate the changes made to Bird #1 to the rest of the Birds. More... almost 16 years ago
Added code to read and write to files. Took all the messy file handling code out of the BasicBird code. More... almost 16 years ago
Added BirdXXXFile objects to read and write to files and take all the messy stuff out of the BasicBird code. These objects hide the details of opening files and all the try-catch exception handling code. More... almost 16 years ago
Removed the msgCounterReference - instead of maintaining a separate value, use the value contained in the ProgressBar. Also renamed many of the fields to more meaningful names. For example, b8AliveStatusField means the Alive/RTE Status field for Bird #8 More... almost 16 years ago
Removed the msgCounterReference - instead of maintaining a separate value, use the value contained in the ProgressBar More... almost 16 years ago
Added display of message count on Progress bars - will need to remove MsgCount field More... almost 16 years ago
Removed Restart button because the Start button does exactly the same thing. Also got rid of some ActionPerformed events that were attached to some text fields where they didn't make sense. More... almost 16 years ago
Adding more stuff to work with GUI More... almost 16 years ago