Package jscicalc.pobject

Examples of jscicalc.pobject.Info


     * Constructor. Sets PObject to Info.
     * @param applet The <em>controller</em> object.
     */
    public InfoButton( CalculatorApplet applet ){
  this.applet = applet;
  pobject = new Info();
  shortcut = pobject.shortcut();
   tooltip = pobject.tooltip();
   setToolTipText();
  int size = applet.minSize();
  if( size < 3 ) size = 3;
View Full Code Here

TOP

Related Classes of jscicalc.pobject.Info

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.