Package org.jatha.display

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

Related Classes of org.jatha.display.UnderConstruction

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.