Gui

GUI #

The ProCAKE project provides graphical user interfaces in a separate gui project.

ProCAKE GUI

Setup #

For developement, make sure to set up the ProCAKE framework first (see setup). There are two basic options for working with ProCAKE GUI analogous to the ProCAKE framework. You can include ProCAKE GUI via Maven as follows:

<dependency>
  <groupId>de.uni-trier.wi2</groupId>
  <artifactId>procake-gui</artifactId>
  <version>${latest.version}</version>
</dependency>

You can find the current versions at https://central.sonatype.com/search?q=procake-gui.

GUI Components #