Skip to content

A Java GUI application developed as part of my college assignment using Swing and AWT. Demonstrates basic event handling, layouts, and interactive components.

License

Notifications You must be signed in to change notification settings

aayush-raj2/Java-GUI-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎨 Java GUI Assignment

A simple Java GUI application created as part of my college coursework.
This project demonstrates basic Swing/AWT components, event handling, and layout management in Java.


πŸ“˜ Project Overview

This project is a part of my B.Tech CSE course assignment.
The goal is to build an interactive GUI-based application demonstrating:

  • Buttons, Labels, TextFields, and Menus
  • Event Handling (ActionListener, MouseListener)
  • Layouts (FlowLayout, BorderLayout, GridLayout)
  • Basic form validation and response handling

🧠 Technologies Used

  • Java 17+
  • Swing / AWT
  • VS Code / IntelliJ IDEA

βš™οΈ How to Run

  1. Clone the repository

    git clone https://github.com/<your-username>/<repo-name>.git
  2. Open in VS Code or IntelliJ

  3. Compile and run

     javac Main.java
     java Main
    
    
  4. The GUI window will appear. Interact with buttons and fields as required.


🧾 License

This project is open-source under the MIT License


πŸ§‘β€πŸ’» Author

Aayush Raj

πŸŽ“ B.Tech CSE (Software Engineering), SRM University

About

A Java GUI application developed as part of my college assignment using Swing and AWT. Demonstrates basic event handling, layouts, and interactive components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published