import com.sun.javafx.perf.PerformanceTracker; import java.util.ArrayList; import java.util.List; import javafx.animation.AnimationTimer; import javafx.animation.KeyFrame; import javafx.animation.Timeline; import javafx.application.Application; import javafx.application.Platform; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.control.Label; import javafx.scene.control.TreeItem; import javafx.scene.control.TreeView; import javafx.stage.Stage; import javafx.util.Duration; /** * * @author ekaterina.pavlova@oracle.com */ public class LabelPerf extends Application { enum TreeViewType {WIDE, DEPTH}; static double SCENE_WEIGHT = 300.0; static double SCENE_HEIGHT = 600.0; ArrayList