Re: Re : textfield to enter integer and float expressions

1999-11-10 Thread Joost Helberg
EMAIL PROTECTED] >> De=A0: Joost Helberg <[EMAIL PROTECTED]> >> =C0 : [EMAIL PROTECTED] >> Objet=A0: textfield to enter integer and float expressions >> Date=A0: Ven 5 nov 1999 11:32 >> >> Hi, >> >> I'm deve

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

textfield to enter integer and float expressions

1999-01-03 Thread Joost Helberg
Hi, I'm developing a system for small IT businesses and I need to enter numbers into fields. Currently I use a JTextField to enter the number into, converting it to Integer or Double when needed. I want to implement a speciliazed version of JTextField which will evaluate integer expressions. S