manuelroth / gadgetothek-desktop

Desktop UI built with Swing for the Gadgetothek

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gadgetothek Desktop App Build Status

This is a Java Swing Application for the desktop. It is a mini project created after the specifications given in the User Interfaces 1 lecture.

Project Setup for Eclipse

  1. Install Eclipse
  2. Install the Window Builder Plugin
  3. Install the JDK 8 and add it to Eclipse
  4. Install the Maven Integration Plugin

Build Project

If you use Eclipse and setup the project as described you can build directly from Eclipse.

You can install and use Maven directly from the command line to download all dependencies and build the project:

mvn clean install

About

Desktop UI built with Swing for the Gadgetothek

License:MIT License


Languages

Language:Java 100.0%