Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 386 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 386 Bytes

Java-MorseCodeConvertor

A Java -based Morse code convertor application. Java Swing supported the GUI, and the core logic was based on String parsing. The application supports Morse to English conversion and vice-versa.

To use the application: #Clone the repo #Open the Repo folder with any editor of your choice ( preferable Eclipse ) #Dependecies ( JRE, JDK 1.8 ) #Run the program.