Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.56 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.56 KB

ToDoList

Use Cases

This ToDo List Applicatins provides a userinterface, to manage todo's. It is possible, to add, edit, manage and delete todo's. The attributes of a todo are easily configurable. To have a good overview, the todo's are be sort- and searchable. There's a calendar, where all todo's are marked. A Todo List is saveable in a local file (due to lack of time, this happens with serialization!).

This ToDo List is designed for privat- or business use. Especially it is intended for persons who like an organized and digitalized todo list.

Swingx

To compile the code in IntelliJ, you must have installed the SwingX API. Download it from Java-Webiste(We used swingx-all-1.6.4.jar)

How to install SwingX in IntelliJ:

  1. File > Projectstructure > "+"-Symbol (bottom left) > JARs or directories > Select swingx-all-***.jar > Ok > Ok
  2. Your SwingX is ready to use

Or just install the maven-dependencies

Minimum hardware requirements

RAM: 128 MB Processor: Pentium 2 266 MHz Graphics: Nvidia GeForce 8 Series

Software requirements

  • Windows Vista SP 2 or higher
  • Mac OS X 10.8.3 or higher
  • Ubuntu Linux 12.04 or higher
  • Red Hat Enterprise Linux 5.5 or higher

At least Java 8 must be installed.

Installation

Windows:

Move the .exe - file to any folder you would like to have the ToDo List.

Mac OS X:

Doubleclick the .dmg. Move the ToDoList.app to the application folder.

Linux:

  1. Open Terminal
  2. Go to the folder, where the jar of the ToDo List is.
  3. Type java -jar ToDoList.jar and hit enter.