Skip to content

Instantly share code, notes, and snippets.

View jmmccli's full-sized avatar

Jeremy McClintock jmmccli

View GitHub Profile
@jmmccli
jmmccli / Gettysburg.java
Last active May 19, 2022 15:23 — forked from jewelsea/Gettysburg.java
JavaFX sample to display the Gettysburg address in a titled border.
package McClintockMod3Top5DestinationList;
import javafx.animation.FadeTransition;
import javafx.application.Application;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Bounds;
import javafx.geometry.Pos;
import javafx.geometry.Rectangle2D;