Skip to content

📸 Project for CS 4470 - User Interface Software at Georgia Tech (Fall 2016)

Notifications You must be signed in to change notification settings

apatronl/PhotoAlbum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotoAlbum

This is a project I built for the class CS 4470: User Interface Software at Georgia Tech.

Photo Album is an application built with Java, which allows you to view photos, annotate them, and organize them in a variety of ways.

Features

Gestures

Tagging

  • Photos can be "tagged" by selecting one or more of Travel, Family, School, or Work on the top left corner of the application.

Annotations

  • Photos can be annotated in two different ways:

    1. Drawing mode
    2. Text mode (aka a post it)
  • To annotate a photo you first have to "flip" it by double clicking on it, then you can select "Drawing" or "Text" from the menu on the left

  • In drawing mode, you simply drag your mouse to draw anything you want

  • In text mode, you drag your mouse to create a post it, and then type anything you want

How to Run

Once you have downloaded the album.jar file, run the following command:

java -jar album.jar

About

📸 Project for CS 4470 - User Interface Software at Georgia Tech (Fall 2016)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages