[BACK]Return to PolyCalc.java CVS log [TXT][DIR] Up to [local] / OpenXM / src / OpenMath

Diff for /OpenXM/src/OpenMath/PolyCalc.java between version 1.7 and 1.8

version 1.7, 1999/11/19 08:49:06 version 1.8, 2000/01/28 06:22:01
Line 1 
Line 1 
 /**  /**
  * $OpenXM: OpenXM/src/OpenMath/PolyCalc.java,v 1.6 1999/11/10 21:25:48 tam Exp $   * $OpenXM: OpenXM/src/OpenMath/PolyCalc.java,v 1.7 1999/11/19 08:49:06 tam Exp $
  */   */
   
 import JP.ac.kobe_u.math.tam.OpenXM.*;  import JP.ac.kobe_u.math.tam.OpenXM.*;
Line 149  class PolyCalc extends Applet implements ActionListene
Line 149  class PolyCalc extends Applet implements ActionListene
         oxm.sendCMO(new CMO_STRING("[[("+ poly1.getText() +") ("+ poly2.getText() +")] (x,y)] gb"));          oxm.sendCMO(new CMO_STRING("[[("+ poly1.getText() +") ("+ poly2.getText() +")] (x,y)] gb"));
         oxm.sendSM(new SM(SM.SM_executeStringByLocalParser));          oxm.sendSM(new SM(SM.SM_executeStringByLocalParser));
         oxm.sendSM(new SM(SM.SM_popString));          oxm.sendSM(new SM(SM.SM_popString));
       }catch(java.io.IOException e){}        }catch(java.io.IOException e){
         }catch(MathcapViolation e){
         }
     }      }
     /*      /*
       if ("first".equals(arg)) {        if ("first".equals(arg)) {
Line 186  class PolyCalc extends Applet implements ActionListene
Line 188  class PolyCalc extends Applet implements ActionListene
     }catch(java.io.IOException e){      }catch(java.io.IOException e){
       textarea.append("failed.\n");        textarea.append("failed.\n");
       stop();        stop();
       }catch(MathcapViolation e){
     }      }
   }    }
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>