In this Java tutorial, we are going to develop a Cryptogram that converts Morse and Tap code to the English language & vice versa. This project uses some Java swing functionalities.
CRYPTOGRAM using Java Swing, AWT, and File Handling in Java JAVA
INTRODUCTION -
In this project, I made a basic converter that converts Morse and Tap code to the English language & vice versa.
Morse Code - is a method of transmitting text information as a series of on-off tones, lights, or clicks that can be directly understood by a skilled listener or observer without special equipment. It is named for Samuel F. B. Morse, an inventor of the telegraph.

Tap Code - sometimes called the knock code, is a way to encode text messages on a letter-by-letter basis in a very simple way. The message is transmitted using a series of tap sounds, hence its name.

IMPLEMENTATION -
Basic functionalities used in this project are -
Landing Page for use cryptogram.
-1623856246-701.png)
Registered users can log in to their accounts to use cryptogram.
-1623856341-701.png)
New users can register in this section and get their accounts created.
Users have to choose which conversion they want to take out.
-1623856323-701.png)
Users can convert Morse code to English & vice versa in this section.
-1623856363-701.png)
Users can convert Tap code to English & vice versa in this section. When converting English to Tap code, I have used sound to present the Tap code for the user.
-1623856381-701.png)
Thank you !!!
Submitted by Supriya Bauddh (SupriyaBauddh)
Download packets of source code on Coders Packet
Comments