Gui

GUI #

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

ProCAKE GUI

Setup #

Make sure to setup 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.

Object Editor #

A documentation of the editor for data objects and object pools can be found here.