Tue, 05 Feb 2002 12:50:42 +00001. #20072: warn about misuses of initial slash in icon resource paths, BLD200202051415
jglick@netbeans.org [Tue, 05 Feb 2002 12:50:42 +0000] rev 693
1. #20072: warn about misuses of initial slash in icon resource paths,
and clarify Javadoc about when they should be used.
2. SystemAction uses IconManager; relative iconResource deprecated.
3. IconManager uses Toolkit.createImage instead of .getImage. getImage
does its own caching, which IconManager already does, so presumably
createImage was actually wanted to avoid double-caching.
4. Removing old SystemAction.FixedIcon, which apparently provided a
faster-loading 16x16 icon implementation. Since icons for menu
items are not made until the menu is displayed now, maybe this is
not such a big deal. Can be resurrected if there is a need (and
presumably moved to the Commands API?). Anyway should be tested
against current JDKs for effectiveness before resurrecting.

Wed, 23 Jan 2002 14:33:16 +0000ClassCastException fixed.
dprusa@netbeans.org [Wed, 23 Jan 2002 14:33:16 +0000] rev 692
ClassCastException fixed.

Mon, 21 Jan 2002 17:00:51 +0000small bugfix in delete operation
mmatula@netbeans.org [Mon, 21 Jan 2002 17:00:51 +0000] rev 691
small bugfix in delete operation

Mon, 21 Jan 2002 14:36:48 +0000added javadoc-library target that creates the javadoc for the library's code. BLD200202040100
mkleint@netbeans.org [Mon, 21 Jan 2002 14:36:48 +0000] rev 690
added javadoc-library target that creates the javadoc for the library's code.

Thu, 17 Jan 2002 20:22:13 +0000bugfix for package clustering
mmatula@netbeans.org [Thu, 17 Jan 2002 20:22:13 +0000] rev 689
bugfix for package clustering

Thu, 17 Jan 2002 19:49:04 +0000bugfix for package clustering
mmatula@netbeans.org [Thu, 17 Jan 2002 19:49:04 +0000] rev 688
bugfix for package clustering

Thu, 17 Jan 2002 11:01:55 +0000bugfix
mmatula@netbeans.org [Thu, 17 Jan 2002 11:01:55 +0000] rev 687
bugfix

Wed, 16 Jan 2002 18:58:06 +0000refactored API, added support for clustering of existing packages
mmatula@netbeans.org [Wed, 16 Jan 2002 18:58:06 +0000] rev 686
refactored API, added support for clustering of existing packages

Tue, 15 Jan 2002 09:08:38 +0000fixed bug in getImmediateComposite and default constructors
mmatula@netbeans.org [Tue, 15 Jan 2002 09:08:38 +0000] rev 685
fixed bug in getImmediateComposite and default constructors

Fri, 11 Jan 2002 16:28:03 +0000creation of MDR module in CVS
mmatula@netbeans.org [Fri, 11 Jan 2002 16:28:03 +0000] rev 684
creation of MDR module in CVS