Strange behavior of Tooltip when used with JComponent with in Applet

2005-08-11 Thread ajith.skumar
I have a problem with a JComboBox placed in an applet which is having a ToolTip text set on it. While moving the mouse over the ComboBox I am getting the following error stack in the Java Console. java.lang.Error: Destination component not connected to component tree hierarchy at

Re: Strange behavior of Tooltip when used with JComponent with in Applet

2005-08-11 Thread Brian Bonner
This doesn't sound like a tomcat question--or am I missing something? Brian [EMAIL PROTECTED] wrote: I have a problem with a JComboBox placed in an applet which is having a ToolTip text set on it. While moving the mouse over the ComboBox I am getting the following error stack in the Java