Package org.woped.editor.gui

Examples of org.woped.editor.gui.OverviewPanel$PannerViewfinder


    return treeviewPanel;
  }

  public JPanel getOverviewPanel() {
    if (overviewPanel == null) {
      OverviewPanel overview = new OverviewPanel(editor, m_scrollPane);
      overviewPanel = new JPanel(new GridBagLayout());
      JLabel overviewLabel = new JLabel(
          Messages.getString("Sidebar.Overview.Title"));
      overviewLabel.setFont(HEADER_FONT);
 
View Full Code Here

TOP

Related Classes of org.woped.editor.gui.OverviewPanel$PannerViewfinder

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.