Class LccProWindow

All Implemented Interfaces:
ComponentListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, BeanInterface, ModifiedFlag, WindowInterface

public class LccProWindow extends LccProFrame
Standalone LccPro Window.
See Also:
  • Constructor Details

    • LccProWindow

      public LccProWindow()
      Loads LccPro with the default set of menus and toolbars
    • LccProWindow

      public LccProWindow(String menuFile, String toolbarFile)
      Loads LccPro with specific menu and toolbar files.
      Parameters:
      menuFile - XML file with menu structure
      toolbarFile - XML file with toolbar structure
  • Method Details