Index of /support/java/demo/SpreadSheet
Name Last modified Size Description
Parent Directory 23-Jun-2001 23:14 -
Cell.class 24-Apr-2000 03:07 5k
CellUpdater.class 24-Apr-2000 03:07 1k
InputField.class 24-Apr-2000 03:07 2k
Node.class 24-Apr-2000 03:07 2k
SpreadSheet.class 24-Apr-2000 03:07 6k
SpreadSheet.java 24-Apr-2000 03:07 20k
SpreadSheet.java.new 24-Apr-2000 03:07 21k
SpreadSheetInput.class 24-Apr-2000 03:07 2k
example1.html 24-Apr-2000 03:07 1k
robots.txt 01-Jan-2008 21:10 1k
SpreadSheet.java:351: Note: The constructor java.io.StreamTokenizer(java.io.InputStream) has been deprecated.
tokenStream = new StreamTokenizer(dataStream);
^
Interesting difference: On 1.1, the cell contents have decimal points
(e.g. 10.0 vs. 10 in 1.0). This appears to depend on the runtime version, not
the compiler version. I think it's due to Float's toString method being
changed to conform to the Java Language Spec section 20.9.16.
I don't think this applet works in either version. You can type into
the blue bar, but pressing Return doesn't do anything. The cell value
is never updated, as far as I can tell.