private Timeline timeline;
public ExpandButton() {
this.widthProperty().set(9);
this.heightProperty().set(9);
this.borderProperty().set(new Border(1, Color.GRAY, 0));
LinearGradient lg = new LinearGradient(0.0, new ColorStop(0.0, Color.WHITE), new ColorStop(1.0, Color.getRgbColor(0xf0f0f0)));
this.backgroundProperty().set(lg);
horizontalLine = new Panel();
horizontalLine.widthProperty().set(5);