Skip to content

Library adding convenience utils for adding JavaFX support to JTouchBar

License

Notifications You must be signed in to change notification settings

Thizzer/jtouchbar-javafx

Repository files navigation

Build Status

jtouchbar-javafx

Library adding convenience utils for adding JavaFX support to JTouchBar

Support the Developers!

Please take a look at the other stuff the developers are working on and support them in other ways.

Maven

<dependency>
	<groupId>com.thizzer.jtouchbar</groupId>
	<artifactId>jtouchbar-javafx</artifactId>
	<version>1.0.1-SNAPSHOT</version>
</dependency>

Gradle

implementation group: 'com.thizzer.jtouchbar', name: 'jtouchbar-javafx', version: '1.0.1-SNAPSHOT'

JavaFX Example

Stage stage = ...

JTouchBar jTouchBar = new JTouchBar();
jTouchBar.setCustomizationIdentifier("MyJavaFXJavaTouchBar");

// Customize your touchbar

JTouchBarJavaFX.show(jTouchBar, shell);

License

This project is licensed under the MIT License - see the LICENSE file for details