This question refers to this component:
symantec.itools.awt.util.spinner.NumericSpinner
After adding mouseEntered event to this component, it seems to work backwards. You see every other component only handles the mouseEntered event if isEnabled()==true. The NumericSpinner handles its mouseEntered event when isEnabled()==false. Is this a bug in the component and if so, is there another similar component that can be used in place of the NumericSpinner?
symantec.itools.awt.util.spinner.NumericSpinner
After adding mouseEntered event to this component, it seems to work backwards. You see every other component only handles the mouseEntered event if isEnabled()==true. The NumericSpinner handles its mouseEntered event when isEnabled()==false. Is this a bug in the component and if so, is there another similar component that can be used in place of the NumericSpinner?