An initial working release of the base library, a GUI that allows trying out the library and extensions without writing code, and the Beeper extension. Compiled JAR files are included, and documentation is available at https://java.randallscharpf.com/jMorseCoding.
Some configuration files and build scripts are not included with the code in the repository. This release can be built from source in a variety of ways, but the recommended development system can be set up by first configuring each build target, then configuring the Javadoc generation, as outlined in netbeans_project_configuration.md
. The .gitignore
and custom python build script used for the repository are also included. The files are found in netbeans_build_environment.zip.