MDIFramework-core.jar
: jar file containing the non UI the classes of the library. There are no Swing nor JavaFX dependencies for this libraryMDIFramework-swingAll.jar
: jar file containing all the classes of the library necessary for using the library on Swing. There are Swing dependencies for this libraryMDIFramework-swing.jar
: jar file containing the classes of the library usable on Swing. This jar file depends on the MDIFramework-core.jar
jar file. There are Swing dependencies for this library. Note that a duplicate MDIFramework-ui.jar
jar file (identical to the MDIFramework-swing.jar
jar file) is provided to provide a drop-in replacement for old packagingMDIFramework-jfxAll.jar
: jar file containing all the classes of the library, usable on JavaFX. There are JavaFX dependencies for this libraryMDIFramework-jfx.jar
: jar file containing the classes of the library usable on JavaFX. This jar file depends on the MDIFramework-core.jar
jar file. There are JavaFX dependencies for this librarybootstrap.jar
: jar file containing only the core classes of the library, found in the bootstrap packageMDIFramework-core.jar
MDIFramework-jfx.jar
or MDIFramework-jfxAll.jar
MDIFramework-swing.jar
or MDIFramework-swingAll.jar
swing
packages to allow to use the MDIFramework-core.jar
library with the MDIFramework-core.jar
library starting with Java 9[1]
MDIFramework-core.jar
and MDIUtilities-swing.jar
in the same Java 9 projectMDIFramework-core.jar
: org.mdiframework.core
MDIUtilities-bootstrap.jar
: org.mdiframework.bootstrap
MDIUtilities-swingAll.jar
: org.mdiframework.swing
MDIUtilities-jfxAll.jar
: org.mdiframework.jfx
MDIUtilities-swing.jar
: org.mdiframework.depends.ui
MDIUtilities-jfx.jar
: org.mdiutil.depends.jfx
MDIFramework-core.jar
and MDIUtilities-swing.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