Skip to content

Latest commit

 

History

History
117 lines (74 loc) · 3.59 KB

README.md

File metadata and controls

117 lines (74 loc) · 3.59 KB

JMLab JavaFX Component

  • GUI Components related to File Browser
  • JMFXComponent - JavaFX Custom UI Component development framework
  • Other GUI Components - JMFXToast, JMFXDialog

version

Maven Central

Prerequisites:

  • Java 8 or later

For Example:

Gradle:

compile 'com.github.jm-lab:jmlab-javafx-component:0.1.0'

Maven:

<dependency>
    <groupId>com.github.jm-lab</groupId>
    <artifactId>jmlab-javafx-component</artifactId>
    <version>0.1.0</version>
</dependency>

Installation

Checkout the source code:

git clone https://github.com/JM-Lab/javafx-component.git
cd javafx-component
git checkout -b 0.1.0 origin/0.1.0
mvn install

###For example : Work With The Latest SceneBuilder

  1. Jar/FXML Manager

Screenshot

  1. Search And Add Jar

Screenshot

  1. Import JMFX Component

Screenshot

  1. Library Manager

Screenshot

  1. Custom Component

Screenshot

Useful JavaFX Components :

  • CurrentPathComboBox

Screenshot

  • CurrentPathHBox

Screenshot

  • PathTreeView

Screenshot

  • PathTableView

Screenshot

  • PathTreeTableView

Screenshot

  • PathInfoTableView

Screenshot

  • PathInfoTreeTableView

Screenshot

  • PathInfoComplexView

Screenshot

  • PathInfoBrowser

Screenshot

  • JMFXDialog

Screenshot

  • JMFXToast

Screenshot

LICENSE

Copyright 2017 Jemin Huh (JM)

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.