Examples of UnderConstruction


Examples of org.jatha.display.UnderConstruction

   public void setDescription (String description){
      putValue(SHORT_DESCRIPTION, description);
   }

   public void actionPerformed(ActionEvent e) {
      new UnderConstruction(f_name, "The " + f_name + " operation is under construction.");
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.