Florijan Stamenkovic wrote:
>I would like to use the Quaqua file chooser enhancements without the rest
>of Quaqua. If I use the filechooser-only jar (3.6.11), I get an exception
>thrown at the point of instantiating a JFileChooser:
This looks like a simple packing omission. The constructor of
AliasFileSystemTreeModel.java clearly makes a new ConcurrentDispatcher, yet
the class file is missing from the filechooser-only.jar. This is evident
by looking at the source, then at a jar tf of the relevant jar.
Please file a bug-report at the Quaqua web-site.
As a work-around, simply copy the compiled ConcurrentDispatcher class into
the filechooser-only.jar, along with any classes it refers to.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden