Package us.thinkable.framework.zed

Examples of us.thinkable.framework.zed.VTextIcon


      this.remove(xtabbedEditorPanel);
      xtabbedToolPanel = new XTabbedPanel(SwingConstants.LEFT);
      jsplitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, xtabbedToolPanel, xtabbedEditorPanel);
      this.add(jsplitPane, BorderLayout.CENTER);
    }
    Icon icon = new VTextIcon(xtool, title, VTextIcon.ROTATE_LEFT);
    Component comp = new XButtonTabComponent(xtool, icon);
    xtabbedToolPanel.addPanel(xtool, null, comp);
  }
View Full Code Here

TOP

Related Classes of us.thinkable.framework.zed.VTextIcon

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.