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
, which contains complete source code as an
Eclipse
project.
Unzip the
dictionary.rar
file into a folder. Start Eclipse and import this folder as project into an existing workspace using
File->Import
option in Eclipse.
If you are looking for source code for NetBeans then
click here
for NetBeans version of the same application.