swing
packages to allow to use the MDIUtilities-core-LGPL.jar
library with the MDIUtilities-ui-LGPL.jar
library starting with Java 9[1]
MDIUtilities-core-LGPL.jar
and MDIUtilities-ui-LGPL.jar
in the same Java 9 projectswing
subpackage, and JavaFX Swing classes which were in a package were put in a specific jfx
subpackage. This concerns the following classes which changed their original package:org.mdi.app
package were moved to the org.mdi.app.swing
packageorg.mdi.app
package were moved to the org.mdi.app.jfx
packageorg.mdi.bootstrap
package were moved to the org.mdi.bootstrap.swing
packageorg.mdi.gui
package were moved to the org.mdi.gui.swing
packageorg.mdi.plugins
package were moved to the org.mdi.plugins.swing
packageorg.mdi.plugins
package were moved to the org.mdi.plugins.jfx
packageorg.mdi.util
package were moved to the org.mdi.util.swing
packageorg.mdi.util
package were moved to the org.mdi.util.jfx
packageFileProperties
class which did not change its package. Rather this class has become generic, and a specific SwingFileProperties extends it for Swing components.
org.mdi.bootstrap
packageorg.mdi.gui
package and is now not swing-related. The SwingMessageArea is the associated swing-related interfaceMDIUtilities-core-LGPL.jar
and MDIUtilities-ui-LGPL.jar
in the same Java 9 projectCopyright 2006-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences