JTouchBar JavaFX

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

Лицензия

Лицензия

Категории

Категории

JavaFX Взаимодействие с пользователем
Группа

Группа

com.thizzer.jtouchbar
Идентификатор

Идентификатор

jtouchbar-javafx
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

JTouchBar JavaFX
Java library adding convenience utils for adding JavaFX support to JTouchBar.
Ссылка на сайт

Ссылка на сайт

https://github.com/thizzer/jtouchbar-javafx
Организация-разработчик

Организация-разработчик

Thizzer
Система контроля версий

Система контроля версий

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

Скачать jtouchbar-javafx

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.thizzer.jtouchbar : jtouchbar jar 1.0.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0