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
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
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
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