Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.08 KB

JFX

OpenJFX工具类(The tools for OpenJFX):方便从子线程刷新UI(RefreshUI)、加载资源文件(ResourcesUtils)以及操作系统托盘图标(AwtTray, SystemTray, TrayIcon)等等

集成方式(适用于Java 11+)

Maven

<dependency>
  <groupId>com.github.GG-A</groupId>
  <artifactId>jfx</artifactId>
  <version>0.0.3</version>
</dependency>

Gradle

implementation 'com.github.GG-A:jfx:0.0.3'

Copyright

Copyright 2019 GG-A, < 2018158885@qq.com, https://github.com/GG-A/JFX >

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.