Class DrawingPanelInspector

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

public class DrawingPanelInspector extends JDialog
See Also:
  • Constructor Details

    • DrawingPanelInspector

      public DrawingPanelInspector(Frame frame, String title, boolean modal)
      Constructor DrawingPanelInspector
      Parameters:
      frame -
      title -
      modal -
    • DrawingPanelInspector

      public DrawingPanelInspector(DrawingPanel dp)
      Constructor DrawingPanelInspector
      Parameters:
      dp -
    • DrawingPanelInspector

      public DrawingPanelInspector()
      Constructor DrawingPanelInspector
  • Method Details