Project no longer supported by openbase
<groupId>org.openbase</groupId>
<artifactId>generic-display</artifactId>
<version>[0.6,0.7-SNAPSHOT)</version>
Download source from github
git clone https://github.com/openbase/generic-display.git
and build the source via maven
mvn clean install
Start the server and open the view by executing
./target/appassembler/bin/generic-display
// Init remote instance
DisplayRemote remote = new DisplayRemote();
remote.init();
remote.activate();
remote.waitForData();
// Display text example
remote.showText("Hello World");
For a more detail java example have a look at the DisplayRemoteExample class.
The example code can executed with the following command
./target/appassembler/bin/generic-display-test