Class VideoFrame

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

public class VideoFrame extends DrawingFrame
This is a DrawingFrame with video menu items.
Version:
1.0
Author:
Douglas Brown
See Also:
  • Field Details

    • openAction

      protected Action openAction
    • saveAction

      protected Action saveAction
    • openVideoAction

      protected Action openVideoAction
    • openItem

      protected JMenuItem openItem
    • saveAsItem

      protected JMenuItem saveAsItem
    • saveItem

      protected JMenuItem saveItem
    • openVideoItem

      protected JMenuItem openVideoItem
    • exitItem

      protected JMenuItem exitItem
  • Constructor Details

    • VideoFrame

      public VideoFrame(VideoPanel vidPanel)
      VideoFrame constructor specifying the VideoPanel that will be placed in the center of the content pane.
      Parameters:
      vidPanel - the VideoPanel
    • VideoFrame

      public VideoFrame(String title, VideoPanel vidPanel)
      VideoFrame constructor specifying the title and the VideoPanel that will be placed in the center of the content pane.
      Parameters:
      title - the frame title
      vidPanel - the VideoPanel
  • Method Details

    • modifyMenuBar

      protected void modifyMenuBar()
      Modifies the menu bar.
    • createActions

      protected void createActions()