Skip to content

Instantly share code, notes, and snippets.

View jmmccli's full-sized avatar

Jeremy McClintock jmmccli

View GitHub Profile
@jewelsea
jewelsea / Gettysburg.java
Created May 30, 2012 18:59
JavaFX sample to display the Gettysburg address in a titled border.
import javafx.animation.FadeTransition;
import javafx.application.Application;
import javafx.beans.value.*;
import javafx.event.*;
import javafx.geometry.*;
import javafx.scene.Node;
import javafx.scene.Scene;
import javafx.scene.control.*;
import javafx.scene.effect.*;
import javafx.scene.image.*;