Coders Packet

Cryptogram using Java Swing, AWT and File Handling in Java

By Supriya Bauddh

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.

morse

 

 

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. 

tap

 

IMPLEMENTATION -

Basic functionalities used in this project are -

  1. Landing Page -

 Landing Page for use cryptogram.

landing page

                              

  1. Login Page -

Registered users can log in to their accounts to use cryptogram.

Login

 

  1. Sign-up Page -

New users can register in this section and get their accounts created.

 

Signin  

 

  1. Option Page -

Users have to choose which conversion they want to take out.

option

 

  1. Morse Code Converter -

Users can convert Morse code to English & vice versa in this section.

 

morse

 

  1. Tap Code Converter -

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.

 

                         tap

 

Thank you !!!

 

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Supriya Bauddh (SupriyaBauddh)

Download packets of source code on Coders Packet