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

Re: query

1999-11-03 Thread Joost Helberg
the base-class implements it. good luck, Joost Helberg >>>>> "SABYASACHI" == SABYASACHI S GUPTA <[EMAIL PROTECTED]> writes: SABYASACHI> In java explicit typecasting is allowed. Now if I have SABYASACHI> 1. Instance of Base class SABYASACHI>

Re: Java 2

1999-11-02 Thread Joost Helberg
UNSUBSCRIBE, email to [EMAIL PROTECTED] >> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] Jacob> ------ Jacob> To UNSUBSCRIBE, email to [EMAIL PROTECTED] Jacob>

GUI deadlock and fix

1999-10-29 Thread Joost Helberg
because of performance. I'm writing a complete company information system, including General Ledger, Factoring and other stuff. For going production I can't live with the deadlock. It's bad enough that user have discovered that the Win32 JVM works fine :-(( Thanks for any hints, Joo

textfield to enter integer and float expressions

1999-01-03 Thread Joost Helberg
sions. So entering (3 * 14 + 2) / (5+6) will display (upon leaving the field) 4 Anyone familiar with Open Source Code to (partly) implement this? Joost Helberg PS: I don't understand why not all number-entering fields in all applications support this. It is so obvious! Applications