Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@takatakamanbou
takatakamanbou / ShapeSample.java
Last active June 29, 2019 07:23
Graphics2019
import javafx.application.Application;
import javafx.stage.*; // Stage
import javafx.scene.*; // Scene
import javafx.scene.layout.*; // Pane, HBox
import javafx.scene.shape.*; // Rectangle, Circle
import javafx.scene.paint.*; // Color
import javafx.event.*; // MouseEvent
public class ShapeSample extends Application {
@takatakamanbou
takatakamanbou / CanvasSample.java
Last active June 29, 2019 07:23
Graphics2019
import javafx.application.Application;
import javafx.stage.*; // Stage
import javafx.scene.*; // Scene
import javafx.scene.layout.*; // Pane, HBox
import javafx.scene.canvas.*; // Canvas, GraphicsContext
import javafx.scene.paint.*; // Color
import javafx.scene.image.*; // Image
import javafx.event.*; // MouseEvent
public class CanvasSample extends Application {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.