Skip to content

Instantly share code, notes, and snippets.

View rizalmf's full-sized avatar
👨‍💻
Code with heart.

Rizal Maulana Fahmi rizalmf

👨‍💻
Code with heart.
View GitHub Profile
@rizalmf
rizalmf / myds.svg
Last active July 17, 2025 16:02
myps4
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rizalmf
rizalmf / FXResizeHelper.java
Created January 23, 2020 06:35 — forked from simonwep/FXResizeHelper.java
Helper class to resize an undecorated JavaFX Stage.
package classes;
import javafx.event.EventHandler;
import javafx.scene.Cursor;
import javafx.scene.Scene;
import javafx.scene.input.MouseEvent;
import javafx.stage.Screen;
import javafx.stage.Stage;
import java.util.HashMap;