Commit 19e2d044 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update window title on Graphical display.

parent a96cc29b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ public class GraphicalMain extends JFrame {


  public GraphicalMain() {
    this.setTitle("H3P1");
    this.setTitle("HW3P2");
    this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    this.add(new DrawCovering());
    this.pack();