Skip to content

Instantly share code, notes, and snippets.

View EsopMx's full-sized avatar

Esop EsopMx

  • Hidalgo, Mexico
View GitHub Profile
@EsopMx
EsopMx / FxExperienceSplash
Last active August 29, 2015 14:26 — forked from jewelsea/FxExperienceSplash
JavaFX standalone application Splash Page for a great website.
package org.jewelsea.examples.splash;
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.Pos;
import javafx.geometry.Rectangle2D;