java.awt.desktop classes
------------------------

This archive contains the source files of java.awt.desktop package available in OpenJDK 13.0.1 compiled for Java 1.5 target, built with the following instructions run in the same folder as README.TXT :

javac -target 1.5 -source 1.5 java/awt/desktop/*.java
jar -cfM javaAwtDesktop.jar .

javaAwtDesktop.jar is not meant to be distributed with Sweet Home 3D and is required only to be able to compile desktop handlers which implements some interfaces found in Java 9 and above. Those handlers could have been compiled on the fly but this option wasn't kept to reduce application launch time.

Note: To be able to compile for Java 1.5 target, diamond <> operator was replaced in java/awt/desktop/FilesEvent.java (see comment starting by // EP)