A simple Java
GUI Desktop App that can translate English text to Morse code and vice-versa.
- Download java runtime environment (jre) version 8 here if you don't have it already
- Double click on the executable jar file that can be found in target/morsecodetranslator-1.0-SNAPSHOT.jar
Type English text in the text area provided. When you press the space bar
the text will automatically be converted into Morse code and displayed on the text area to the right.
Each english character is separated by white space in morse code and space between English words is translated as '/' in the
generated morse code.
You can clear the existing morse code in the text area with a button at the bottom of the app
Type the morse code in the text area to the right.
Separate morse code for each letter by a space.
'/' denote a space between words.
The complete tutorial about how to design the simple app can be found in This medium post
I discussed the basic details of creating a GUI Desktop Application with Java
.
Contributions are welcome, fork the repo, make your changes, create a Pull Request and it will be attended to