Package org.krysalis.jcharts.designer.buttonBar

Examples of org.krysalis.jcharts.designer.buttonBar.ButtonPanel


   * @param designer
   *******************************************************************************/
  public LowerHalfPanel( Designer designer )
  {
    this.designer= designer;
    this.buttonPanel= new ButtonPanel( this );
    this.topLevelTabs= new TopLevelTabs( this );

    super.setLayout( new BorderLayout() );
    super.add( this.buttonPanel, BorderLayout.NORTH );
    super.add( this.topLevelTabs, BorderLayout.CENTER );
View Full Code Here

TOP

Related Classes of org.krysalis.jcharts.designer.buttonBar.ButtonPanel

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.