Package net.suberic.util.gui

Examples of net.suberic.util.gui.ConfigurableToolbar


  }

  /**
   * Creates a Toolbar for the MainPanel.
   */
  public ConfigurableToolbar createMainToolbar() {    return new ConfigurableToolbar("MainToolbar", Pooka.getResources());
  }
View Full Code Here


  /**
   * Creates a Toolbar for the FolderPanel.
   */
  public ConfigurableToolbar createFolderPanelToolbar() {
    return new ConfigurableToolbar("FolderToolbar", Pooka.getResources());
  }
View Full Code Here

TOP

Related Classes of net.suberic.util.gui.ConfigurableToolbar

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.