Re: Problems with the componentListener and JTextField.

1998-08-06 Thread Dustin Lang
Hi, I found the same thing with a non-Swing app: componentResized but no componentShown. > I have added the ComponentListener to the JTextField, but never reach > the componentShown() event. It makes componentResized() and > componentMoved() when it is shown, but no componentShown().

Problems with the componentListener and JTextField.

1998-08-06 Thread Monkiki
I have added the ComponentListener to the JTextField, but never reach the componentShown() event. It makes componentResized() and componentMoved() when it is shown, but no componentShown(). I am using JDK-1.1.6v2 + Swing-1.1 Beta on Linux Red Hat 5.0. The JTextField component is in a JInternalFra