Package tvbrowser.ui.settings

Examples of tvbrowser.ui.settings.ToolBarDragAndDropSettings


  private static JMenuItem createConfigureItem() {
    JMenuItem item = new JMenuItem(mLocalizer.ellipsisMsg("configure", "Configure"));
    item.addActionListener(new ActionListener() {
      public void actionPerformed(ActionEvent e) {
        new ToolBarDragAndDropSettings();
      }
    });
    return item;
  }
View Full Code Here


    } else if (source == mAboutMI) {
      mMainFrame.showAboutBox();
    } else if (source == mEditTimeButtonsMenuItem) {
      mMainFrame.showSettingsDialog(SettingsItem.TIMEBUTTONS);
    } else if (source == mToolbarCustomizeMI) {
      new ToolBarDragAndDropSettings();
    }
  }
View Full Code Here

TOP

Related Classes of tvbrowser.ui.settings.ToolBarDragAndDropSettings

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.