Netbeans 3.2.1

2001-08-27 Thread Duane Kehoe
I have recently upgraded to Netbeans 3.2.1 and have noticed something while scanning the log. It appears that Netbeans looks for classes inside of the your jdk/jre/ directory structure, is this a throw back to java 1.1(ugh) and can be ignored or is this some sort of error? --

Stack Size for JDK1.2.2 blackdown

2001-08-27 Thread Biju Abraham Mathew
Do the options -Xss and -Xoss have any effect on the stack size of blackdown JVM 1.2.2? And what is the default stack size ( native and java stack ) fro jdk1.2.2 on linux? Biju Mathew Sixth Dimension Inc. Fremont, CA -94538 [EMAIL PROTECTED] -

VetoableChangeListner question

2001-08-27 Thread Timothy Reaves
If a Swing field has a registered VetoableChangeListener registered, and it vetos the change, does that field lose focus? In other words, can I use this class to validate a field & prevent the focus from leaving the field. Thanks! -