JTouchBar JavaFX

Java library adding convenience utils for adding JavaFX support to JTouchBar.

License

License

Categories

Categories

JavaFX User Interface
GroupId

GroupId

com.thizzer.jtouchbar
ArtifactId

ArtifactId

jtouchbar-javafx
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

JTouchBar JavaFX
Java library adding convenience utils for adding JavaFX support to JTouchBar.
Project URL

Project URL

https://github.com/thizzer/jtouchbar-javafx
Project Organization

Project Organization

Thizzer
Source Code Management

Source Code Management

https://github.com/thizzer/jtouchbar-javafx/tree/master

Download jtouchbar-javafx

How to add to project

<!-- https://jarcasting.com/artifacts/com.thizzer.jtouchbar/jtouchbar-javafx/ -->
<dependency>
    <groupId>com.thizzer.jtouchbar</groupId>
    <artifactId>jtouchbar-javafx</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thizzer.jtouchbar/jtouchbar-javafx/
implementation 'com.thizzer.jtouchbar:jtouchbar-javafx:1.0.0'
// https://jarcasting.com/artifacts/com.thizzer.jtouchbar/jtouchbar-javafx/
implementation ("com.thizzer.jtouchbar:jtouchbar-javafx:1.0.0")
'com.thizzer.jtouchbar:jtouchbar-javafx:jar:1.0.0'
<dependency org="com.thizzer.jtouchbar" name="jtouchbar-javafx" rev="1.0.0">
  <artifact name="jtouchbar-javafx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thizzer.jtouchbar', module='jtouchbar-javafx', version='1.0.0')
)
libraryDependencies += "com.thizzer.jtouchbar" % "jtouchbar-javafx" % "1.0.0"
[com.thizzer.jtouchbar/jtouchbar-javafx "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.thizzer.jtouchbar : jtouchbar jar 1.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

com.thizzer.jtouchbar

Thizzer

Versions

Version
1.0.0