Skip to content

Instantly share code, notes, and snippets.

View leontabak's full-sized avatar
💭
I am currently learning React with Udacity.

Leon Tabak leontabak

💭
I am currently learning React with Udacity.
View GitHub Profile
@leontabak
leontabak / GameOfFifteen.java
Created July 7, 2021 14:54 — forked from ssaurel/GameOfFifteen.java
Game of Fifteen tutorial on the SSaurel's Channel
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.FontMetrics;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;