Re: Re : textfield to enter integer and float expressions

1999-11-10 Thread Joost Helberg
Pascal, thanks for sending me a sulotion, but the format you're using (apple binhex) is not supported on my platform. Can you send it using standard Mime Base64 encoding instead? Thanks in advance, Joost Helberg > "pascal-javux" == pascal-javux <[EMAIL PROTECTED]> writes: >> CE MES

Re: textfield to enter integer and float expressions

1999-11-06 Thread Jan Agermose
It is not well tested and it is not pretty! Not a classroom example of how to parse strings and evaluate the expressions. The code is below. The class does not extend TextField as I think it is nicer to implement the class as ether a ActionListener or a FocusListener and then add it to the TextFie

Re: textfield to enter integer and float expressions

1999-01-03 Thread Riyad Kalla
I was reading in Graphica Java 2 last night that a calculator is currently sitting in the javax.swing.pending package, all things there are being evaluated for a next release. And I think 1.3 will support it. If what you are talking about is have to behave like a spreadsheet, would it be possible