Skip to content

Instantly share code, notes, and snippets.

View almibe's full-sized avatar
😺

Alex Michael Berry almibe

😺
View GitHub Profile
@almibe
almibe / SlideOut.java
Created January 16, 2017 21:57 — forked from jewelsea/SlideOut.java
Example of a JavaFX Pane which slides in and out on command.
import javafx.animation.*;
import javafx.application.Application;
import javafx.event.*;
import javafx.geometry.Pos;
import javafx.scene.*;
import javafx.scene.control.*;
import javafx.scene.layout.*;
import javafx.scene.text.Text;
import javafx.scene.web.WebView;
import javafx.stage.Stage;