By Aastha Verma
This small project creates a form using java swing and the Oops concept. This program can quickly be executed in Apache Netbeans
I recently worked on a project using Java and its libraries Java Swing and Java AWT. With these tools, I was able to create a form from scratch and learn about Java Libraries in the process.
It was the perfect project for someone like me who is a beginner in Java and wanted to learn more about it.
Along the way, I also gained knowledge about basic OOPS concepts such as Inheritance, Super Class, and Child Class. To create the form, I used two Java classes - the main class and the MYWindow class. These classes incorporated various components like JFrame, JPanel, JTextField, and JPassword fields.
The MYWindow class, in particular, utilized the concept of inheritance which helped me understand its importance in object-oriented programming. Overall, it was a great learning experience and I look forward to using Java and its libraries in future projects
Submitted by Aastha Verma (aasthav10)
Download packets of source code on Coders Packet
Comments