Java Basic GUI
This repository contains code I wrote while learning Java GUI basics. It includes various examples and exercises that demonstrate different aspects of Java GUI development.
Learning Resources
I learned Java GUI basics using the following resources:
Website: https://www3.ntu.edu.sg/home/ehchua/programming/java/J4a_GUI.html#show-toc
YouTube Video: https://www.youtube.com/watch?v=Kmgo00avvEw&t=12977s
About This Repository
In this repository, you will find various Java GUI programs that I developed as part of my learning journey. The code covers different components and functionalities of Java Swing, including:
Creating windows and frames
Handling events Using layout managers
Adding and customizing buttons, labels, text fields, and other GUI components
Implementing drag-and-drop functionality
Creating animations
How to Use
To run the examples in this repository, you need to have Java and an IDE like Eclipse or IntelliJ IDEA installed on your machine. Clone the repository and open the projects in your IDE to explore and run the code.
git clone https://github.com/your-username/java-gui-basics.git
Contributing
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.