/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package testtextfill; import com.sun.javafx.css.Style; import java.util.List; import java.util.Map; import javafx.application.Application; import javafx.collections.FXCollections; import javafx.collections.ObservableMap; import javafx.css.StyleableProperty; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.layout.StackPane; import javafx.scene.paint.Color; import javafx.stage.Stage; /** * Test case for Fx 8.0 */ public class TestTextFill extends Application { @Override public void start(Stage primaryStage) { primaryStage.setTitle("Hello World!"); final Button btn = new Button(); final ObservableMap, List