GameFx2Controls
---------------

This library is adapted from the Java FX 2.2 source code in order to
work around some bugs, shortcomings and mutations. The copied material
was originally in com.sun.** packages, and has been moved to prevent
conflict with the original versions. In places it has been tidied up to
match this project's standards.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
as published by the Free Software Foundation.  A copy of the license
can be found in the file named LICENSE.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Since the original material is licensed under GPL v2 with the "ClassPath"
exception, this too is licensed with GPL v2 and the "ClassPath" exception.

The "ClassPath" exception basically allows other Java programs to use the
.jar file created from these classes in their classpath (ie. dynamically
"linked") without the rest of the code becoming infected with GPL v2 licensing.

The files that began life as part of the Java FX source retain the
unmodified Oracle Copyright notice as required. However, it should be
noted that attempts to contact Oracle as suggested in the final paragraph
of the notice may well prove futile as they won't know anything about
this version.

    David Cooke
    dingotush@gmail.com

