Class DrawingDialog

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

public class DrawingDialog extends OSPDialog
DrawingDialog: a dialog that contains a drawing panel. Copyright: Copyright (c) 2002
Version:
1.0
Author:
Wolfgang Christian, Paco Esquembre
See Also:
  • Field Details

  • Constructor Details

    • DrawingDialog

      public DrawingDialog(Frame _ownerFrame, DrawingPanel _drawingPanel)
      DrawingDialog constructor specifying the DrawingPanel that will be placed in the center of the content pane.
      Parameters:
      _ownerFrame -
      _drawingPanel -
  • Method Details

    • setDrawingPanel

      public void setDrawingPanel(DrawingPanel _drawingPanel)
      Sets the drawing panel into the center of the frame.
      Parameters:
      _drawingPanel -