Skip to content

Instantly share code, notes, and snippets.

@mouse0w0
mouse0w0 / ExampleCustomPGNode.java
Created April 1, 2017 09:38 — forked from miho/ExampleCustomPGNode.java
Example custom render node for JavaFX 2.2
package org.dejay.javafx.example;
import javafx.animation.Transition;
import javafx.application.Application;
import javafx.collections.ObservableList;
import javafx.scene.Node;
import javafx.scene.Scene;
import javafx.scene.control.Label;
import javafx.scene.layout.Region;
import javafx.scene.text.Font;