Closed Cyborger1 closed 3 years ago
The tooltips I added to the location and world type labels in my panel would eat up mouse events due to a quirk with how events bubble up in AWT.
Bubbling up only happens if there are no handlers present on the child object, but adding a tooltip implicitly creates a mouse handler.
The tooltips I added to the location and world type labels in my panel would eat up mouse events due to a quirk with how events bubble up in AWT.
Bubbling up only happens if there are no handlers present on the child object, but adding a tooltip implicitly creates a mouse handler.