Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Last active October 13, 2017 15:37
Show Gist options
  • Save grkvlt/569c271b6a2f7dcb7668750330c81f23 to your computer and use it in GitHub Desktop.
Save grkvlt/569c271b6a2f7dcb7668750330c81f23 to your computer and use it in GitHub Desktop.
Exploring Iterated Function Systems
// Print splash screen text
SplashScreen splash = SplashScreen.getSplashScreen();
if (splash != null && splash.isVisible()) {
context(printError(), splash.createGraphics(), g -> {
About.paintSplashText(g, splash.getSize().width, splash.getSize().height);
splash.update();
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment