Skip to content

Instantly share code, notes, and snippets.

@nefigcas
nefigcas / Paint.java
Created July 26, 2016 03:29 — forked from g9yuayon/Paint.java
Paint with RxJava and JavaFx
import javafx.application.Application;
import javafx.event.EventHandler;
import javafx.geometry.Point2D;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.input.MouseEvent;
import javafx.stage.Stage;
import static javafx.scene.input.MouseEvent.*;