in my application the mouse cursor does not change when over text field or other components (eg table resize).
The class MainWindow implements ActionListener and ListSelectionListener, could there be a cause? I never used MouseMotionListener or others.
Any ideas what could be the cause? Thanks
Edit:
Found cause: A panel containing the components was set disabled, the components worked fine, but the cursor didn't change when moving hover as the panel seems to be in charge of triggering that. maybe this post helps other lost souls
implementsCursorto custom when you under some component?