https://github.com/hansolo/hol1634
Code examples for the JavaOne 2016 hands on lab 1634 "Customize your JavaFX Controls"
https://github.com/hansolo/hol1634
Last synced: 4 months ago
JSON representation
Code examples for the JavaOne 2016 hands on lab 1634 "Customize your JavaFX Controls"
- Host: GitHub
- URL: https://github.com/hansolo/hol1634
- Owner: HanSolo
- License: apache-2.0
- Created: 2016-08-23T08:06:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T10:14:10.000Z (over 9 years ago)
- Last Synced: 2025-11-06T12:26:02.899Z (8 months ago)
- Language: Java
- Size: 1.65 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hol1634
This repository contains code examples for the JavaOne 2016 hands on lab 1634 "Customize your JavaFX Controls".
In the root folder you will find a resources folder that also contains templates for
* Region based controls
* Control + Skin based controls
In the resources folder you will also find templates of those files for NetBeans and IntelliJ IDEA (/IDE folder).
You can copy those templates and add them as file templates in either NetBeans or IntelliJ IDEA.
The JavaOne2016_HOL_1634.pdf contains some notes about the different kinds of custom controls in JavaFX.