Class MovieMakerDialog

    • Constructor Detail

      • MovieMakerDialog

        public MovieMakerDialog​(Frame owner)
      • MovieMakerDialog

        public MovieMakerDialog​(Dialog owner)
    • Method Detail

      • 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.