Back to GitHub trending

AhndreWalters/JAVA-Swing-GUI-Program

First Swing GUI program for Advanced Programming (CIT244) at T.A. Marryshow Community College. Demonstrates two approaches to creating Java Swing applications: 1) Creating a JFrame instance directly, and 2) Using inheritance by extending the JFrame class. Both programs create a window with a clickable button using absolute positioning.

Java1 stars0 forks
View on GitHubShare on X

What it does

This repository showcases two methods for creating Java Swing GUI applications, highlighting the use of JFrame instantiation and inheritance. It serves as a practical introduction for students learning GUI programming in Java.

Star history

2026-08-23 → 2026-09-120 stars

Tracking

Last trending
2026-02-21

Creator kit

Hook

Explore the basics of Java Swing GUI programming with two unique approaches in this beginner-friendly repo!

Content angles

  • Create a tutorial video comparing the two approaches to building Java Swing applications.
  • Write a blog post discussing the pros and cons of using inheritance versus instantiation in GUI design.
  • Develop a follow-up project that expands on the examples provided, adding more interactive components.

Who should care

Students and educators in computer science focusing on Java programming and GUI development.