Determines whether the mouse that is currently installed on the system has a mouse wheel.
public static final boolean getMouseWheelPresent()
Returns true if the currently installed mouse has a mouse wheel; otherwise, returns false.
Use this method when determining whether to process code that requires a mouse wheel.
See Also getMouseWheelScrollLines, getNativeMouseWheelSupport