Help with cursor types appearance changes, I think it's a 1.5 java bug
I am having a problem with my cursors in java 1.5...
When the window is maximized, the mouse cursors no longer change when they are supposed to. They will change when I mouse-over the old location of a component, where it was before I maximized. I tried to include a screen shot, unfortunately I couldn't get one that included the cursor.
A specific example is with my JSplitPanes... the mouse cursor is supposed to change to a resize cursor (typically a double sided arrow) when I mouse over the split divider. When I maximize the window, the cursor does not change to the resize cursor when I mouse-over the divider anymore... but it does change to a resize cursor when I mouse-over the location where the divider was before I maximized.
Same thing occurs with scroll bars and the cursor switching from an insert text cursor to an arrow/pointer cursor, and I am sure any other cursor changes that are triggered my mousing-over a specific type of component.
I see this same behavior in NetBeans as well as in my own application.
I searched for this bug, but maybe I am using the wrong key words, because I couldn't find anything on it.
Does anyone else have this problem? Is it a known bug scheduled to be fixed?
Tonya