# JFX **Repository Path**: guo_guo_1/JFX ## Basic Information - **Project Name**: JFX - **Description**: OpenJFX工具类(The tools for OpenJFX) - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JFX OpenJFX工具类(The tools for OpenJFX):方便从子线程刷新UI(RefreshUI)、加载资源文件(ResourcesUtils)以及操作系统托盘图标(AwtTray, SystemTray, TrayIcon)等等 ## 集成方式(适用于Java 11+) ### Maven ```xml com.github.GG-A jfx 0.0.1 ``` ### Gradle ``` implementation 'com.github.GG-A:jfx:0.0.1' ``` ## 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.