Class DisplayFrame

All Implemented Interfaces:
ClipboardOwner, ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants, AppFrame, Hidable

public class DisplayFrame extends DrawingFrame
A DrawingFrame with an empty drawing panel. Programs should add drawables to this frame using the addDrawable method. ClearData removes all drawables from this frame.
Version:
1.0
Author:
W. Christian
See Also:
  • Constructor Details

    • DisplayFrame

      public DisplayFrame(String title)
      Constructs the DisplayFrame with the given title.
      Parameters:
      title - String
    • DisplayFrame

      public DisplayFrame(String xlabel, String ylabel, String title)
      Constructs the DisplayFrame with the given labels and title.
      Parameters:
      xlabel - String
      ylabel - String
      title - String