Class Frame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class Frame extends JFrame
Provides a frame for the Canvas and controls for the Simulator. This is not relevant to continue the project.
See Also:
  • Constructor Details

    • Frame

      public Frame(Canvas canvas, Simulator simulator, int pixel_size, boolean startIso)
  • Method Details

    • updateDayNightLabel

      public void updateDayNightLabel(boolean isDaytime)
    • updateStepLabel

      public void updateStepLabel(int steps)