Package de.taliis.plugins.dialogs

Examples of de.taliis.plugins.dialogs.newWDTDialog


  public void setMenuRef(JMenuBar arg0) {  }
  public void setPluginPool(Vector<Plugin> arg0) { }
  public void unload() { }
 
  public wowfile create() { 
    newWDTDialog n = new newWDTDialog( null );
  if(n.ok==true) {
    wowfile tmp = new wdt();
   
   
    // register by ourselfes
View Full Code Here

TOP

Related Classes of de.taliis.plugins.dialogs.newWDTDialog

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.