Re: Strange occurance with JTextFields...



On 2006-04-25, Ian Michael Gumby penned:

Sorry I can't present the code, and I doubt it would have anything
since the code would show a System.out.println() before and after
the foo.setText("foo");


Sorry, I can't debug invisible code.

If you really can't come up with a way to show us the code in a way
that won't compromise your integrity, then I recommend going through
the exercise of trimming down the code until the problem goes away.
If you get down to a tiny amount of code and you still have the
problem, it should be easier to debug.

By the way, when I have a problem with live code and need help, I
often try to create an entirely new coding project that uses the same
java libraries as the code that's not workin for me. This way it's
unlikely that anything proprietary will slip through the cracks. It
also helps me convince myself that the problem really is where I think
it is.

--
monique

Help us help you:
http://www.catb.org/~esr/faqs/smart-questions.html
.