Srikanth Technologies

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. 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.