Package jade.gui

Examples of jade.gui.StringDlg


     
  }

   public void doAction() {
   
     StringDlg URLDialog = new StringDlg(main,"Insert the URL that contains the APDescripition of the Remote Plaform:");
     String url = URLDialog.editString("");
     if (url != null)
       myRMA.addRemotePlatformFromURL(url);
     
  }
View Full Code Here

TOP

Related Classes of jade.gui.StringDlg

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.