https://github.com/joshd898/cpsc210-project
A Java project for school
https://github.com/joshd898/cpsc210-project
java java-swing swing-gui
Last synced: 11 months ago
JSON representation
A Java project for school
- Host: GitHub
- URL: https://github.com/joshd898/cpsc210-project
- Owner: JoshD898
- Created: 2025-04-11T23:53:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T00:03:39.000Z (about 1 year ago)
- Last Synced: 2025-04-12T03:58:57.517Z (about 1 year ago)
- Topics: java, java-swing, swing-gui
- Language: Java
- Homepage:
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Art Gallery - CPSC 210 Project
**Simple Art Gallery** is a basic Java-based desktop application built for a university course (CPSC 210). The goal of the project was to practice object-oriented design and gain experience developing a functional graphical user interface using Java Swing.
The application allows users to create, edit, and manage simple "drawings" (represented as customizable rectangles) within a personal gallery (see `USER STORIES.md` for more features). Although minimal in design, it demonstrates core Java programming skills including:
- Object-oriented principles
- File I/O and persistent data storage
- Logging
- GUI development using the Java Swing library