Skip to content

Instantly share code, notes, and snippets.

View karlwilcox's full-sized avatar
🏠
Working from home

Karl R. Wilcox karlwilcox

🏠
Working from home
View GitHub Profile
@johan
johan / README.md
Last active December 25, 2016 18:46
svg2abs / svg2rel shell tools
@jewelsea
jewelsea / TaskBasedSplash.java
Last active February 26, 2024 13:33
Displays a JavaFX splash page for an intensive startup task with progress monitoring
import javafx.animation.FadeTransition;
import javafx.application.Application;
import javafx.beans.property.ReadOnlyObjectProperty;
import javafx.collections.*;
import javafx.concurrent.*;
import javafx.geometry.*;
import javafx.scene.Scene;
import javafx.scene.control.*;
import javafx.scene.effect.DropShadow;
import javafx.scene.image.*;