Home
Blog
Training
Course Schedule
Courses Offered
Corporate Training
Video Courses
Resources
Projects
Programs
Video Tutorials
My Favourites
Exam
Books
Books Read
Books Written
Testimonials
Feedback
FAQs
About
Dictionary Application Using Java Swing
I have developed a simple Java Swing application to store words and meanings. It is a demo application to demonstrate the following concepts of Java.
Frames
Dialog boxes
Serialization
Menus and Toolbar
Loading images
Executable Jar file
TreeMap datastructure with generics
The application can be downloaded from
here
. It is an executable JAR file. So just download and run it by double clicking the .jar file. As menu frame is displayed, add words using
Dictionary->Add Word
option and store the dictionary using
Storage->Save Dictionary
option. Save Dictionary option saves the dictionary in
dictionary.ser
file, which is created in the directory where .jar file is installed.
Download the
complete source code
as a
NetBeans 6.5
project. Unzip the
dictionary.rar
file and open it as NetBeans project to see the source code.