Class MovieMakerDialog

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

public class MovieMakerDialog extends JDialog
Author:
User #2
See Also:
  • Constructor Details

    • MovieMakerDialog

      public MovieMakerDialog(Frame owner)
    • MovieMakerDialog

      public MovieMakerDialog(Dialog owner)
  • Method Details

    • getConfiguration

      public MovieMakerConfig getConfiguration()
    • main

      public static void main(String[] args)
    • getButtonAction

      public static Action getButtonAction(JFrame parentFrame, JComponent comp)
      Gets an action that will show the movie maker dialog over the specified frame and set up frame capture of the specified component.
      Parameters:
      parentFrame - the dialog's parent
      comp - the component to use as the frame source
      Returns:
      the created action.