Skip to content

Library adding convenience utils for adding SWT support to JTouchBar

License

Notifications You must be signed in to change notification settings

Thizzer/jtouchbar-swt

Repository files navigation

Build Status

jtouchbar-swt

Library adding convenience utils for adding SWT 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-swt</artifactId>
	<version>1.0.1-SNAPSHOT</version>
</dependency>

Gradle

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

SWT Example

Shell shell = ...

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

// Customize your touchbar

JTouchBarSWT.show(jTouchBar, shell);

License

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

About

Library adding convenience utils for adding SWT support to JTouchBar

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published