0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected almost 2 years ago.
Oct 07, 2022 — Oct 07, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added two checks for null. Trivial changes. More... over 24 years ago
Re-checking everything More... almost 25 years ago
Now puts the docs/api under the main directory tree, not the parent directory. More... about 25 years ago
All methods have been documented along with proper copyright information included in the headers. More... about 25 years ago
We now handle being able to show new parts of the page as they are loaded. This was done by simply throwing in a Timer class that sets the bounds of the root component to the requested dimensions about every second. More... about 25 years ago
Changes so that HTMLPanel can be set opaque or not. Background colors in table cells now work as they are supposed to. More... about 25 years ago
Updates so that we use TableBorder almost exclusively. It correctly draws it most of the way around the box. I still have to fix that. Also, we've gone back to gbc.fill = GridBagConstraints.BOTH. This kills valign and align in the cells, so we have to figure out a new way to do that. More... about 25 years ago
It's an AlignableTag now. This fixed some aligning problems. More... about 25 years ago
Updated so that getType() is supported. More... about 25 years ago
All files in this package now have JavaDoc comments for methods and constructors. More... about 25 years ago
Updating default toolbars More... about 25 years ago
All files in this package now have JavaDoc comments for methods and constructors. More... about 25 years ago
Implemented Mark Anderson's idea to just have users not get updates if the server is down. More... about 25 years ago
Added the needed lines for the new JazillaUpdate module. More... about 25 years ago
Fixed a few minor bugs and let the user know if they try to install new updates when there aren't any. More... about 25 years ago
Added JazillaUpdate More... about 25 years ago
no message More... about 25 years ago
Initial release. It can download the XML file from the webserver, parse it, install the selected updates, and back them up. It also uses StringResources for the majority of it's Strings. This file is well documented. More... about 25 years ago
Complies with our standard headers now. More... about 25 years ago
Fixed getLineHeight() method. More... about 25 years ago
Set the initial width to be equal to the width of the frame. More... about 25 years ago
Now handles wrapping if we're inside a TdTag or TableTag and there is a specific width set. More... about 25 years ago
Initial Release More... about 25 years ago
Latest updates to table. More... about 25 years ago
Added code to close open polygon areas. Added code to determine the proper area shape when there is no 'shape' attribute. More... about 25 years ago
Added FIX comment to loadModule() method. More... about 25 years ago
Replaced if-else structure with a switch statement in actionPerformed(). Removed unnecessary IRenderer instance variable. More... about 25 years ago
Made findRenderer() method private. Changed initPreferences() method to eliminate redundant call to findRenderer(). More... about 25 years ago
Killed spam in view source More... about 25 years ago
Should work now. More... about 25 years ago