Package org.cis1200

Class GUI

java.lang.Object
org.cis1200.GUI
All Implemented Interfaces:
Runnable

public class GUI extends Object implements Runnable
The graphical user interface for the Pennstagram project. Run this file to play with the results of your code in a GUI.
  • Constructor Details

    • GUI

      public GUI()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • main

      public static void main(String[] args)