Package us.thinkable.framework.zed

Examples of us.thinkable.framework.zed.XPopupMenu


    super(frame, title);
    xtabbedPanel = frame.getXTabbedToolPanel();
    frame.addTool(this, title);
    this.setVisible(false);
    if (menuFname != null) {
      xpopupMenu = new XPopupMenu(this, new File(menuFname));
      popupListener = new PopupListener();
      this.addMouseListener(popupListener);
    }
  }
View Full Code Here

TOP

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

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.