Skip to content

Instantly share code, notes, and snippets.

View JediMasterSam's full-sized avatar

Sam Gutermuth JediMasterSam

View GitHub Profile
import java.awt.*;
import java.util.ArrayList;
/**
* Created by Sam Gutermuth on 3/16/2016
*/
public class Shape implements Runnable{
private Graphics graphics;
private boolean[][] table;