On Wed, Feb 11, 2009 at 11:33 AM, Mark Wielaard mark@klomp.org wrote:
That ElementTreePanel.java is in the demo package, but hidden inside a zip file: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.*/demo/jfc/Notepad/src.zip
It comes under a modern BSD-license (without nuclear clause, hurray!) But ExampleFileFilter.java indeed isn't part of the package unfortunately.
Oh. That's cool! So what should the package submitter do, then? If he just copies the new ExampleTreePanel into the source of his package replacing the included one, is that kosher?
ExampleFileFilter is not a big issue because JDK 1.6 now includes a nearly-equivalent FileNameExtensionFilter class anyway.
MEF