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.


Home    Blogs

Post Your Comment

Your Name :
Your Email Address :
Comment :

Comments


Posted By Sagar On 13-Oct-09 10:59:19 AM

Nice to have this sir...



Posted By Chowhan On 15-Oct-09 09:11:43 AM

Sir it was very nice i observed each and every function and step i learn a lot of new API from that thanks a lot and i put tooltiptext message to buttons in toolbar



Posted By Pradeep A N S On 15-Oct-09 11:46:47 PM

Thank you for Providing this sir.



Posted By kiran kumar k On 17-Oct-09 06:25:00 PM

nice application...thank u sir



Posted By hemanth On 20-Oct-09 11:00:34 PM

Thats incredible application



Posted By Ganapathy Arvindan On 06-Jan-10 03:18:02 PM

hi,

have u conducting any online courses related to Spring and Oracle DBA

Regards
Ganapathy



Posted By sandeep On 01-Mar-10 04:18:26 PM

sir,this application is good.and one can learn a lot about API from this application.fine, sir iam developing a gui application and where i want to perform spell check in my application can u please tell me how to perform spell check in an java application.iam using swings and IDE is netbeans.