Skip to content

Instantly share code, notes, and snippets.

View reinhapa's full-sized avatar

Patrick Reinhart reinhapa

View GitHub Profile
package sample;
import javafx.application.Application;
import javafx.geometry.Rectangle2D;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.paint.Color;
import javafx.stage.Screen;
import javafx.stage.Stage;