Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8448063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:19:42+00:00 2026-06-10T10:19:42+00:00

To improve user experience on my application, id like to distinguish between user’s diffrent

  • 0

To improve user experience on my application, id like to distinguish between user’s diffrent mouse wheeling speed and quantity and act accordingly to improve my GUI user freindlyness, how do i analyse it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T10:19:43+00:00Added an answer on June 10, 2026 at 10:19 am

    Robert Harvey makes a good suggestion in the comments, but it doesn’t go far enough. The MouseWheelEvent passed to MouseWheelListener.mouseWheelMoved contains a few properties that you should take into consideration beyond the time between events. Specifically:

    • The number of clicks, as returned from MouseWheelEvent.getPreciseWheelRotation.
    • The amount the user wants to scroll per click, as returned by MouseWheelEvent.getScrollAmount. Note that, unless MouseWheelEvent.getScrollType. Unless this method returns MouseWheelEvent.WHEEL_UNIT_SCROLL, MouseWheelEvent.getScrollAmount returns an undefined value.

    The first of these methods, MouseWheelEvent.getPreciseWheelRotation, returns the number of clicks that the user rotated the mouse, taking high-resolution mice and trackpads into account. The higher the absolute value of this number, the more quickly the user was scrolling the mouse.

    The second of these methods, MouseWheelEvent.getScrollAmount, tells the system setting that the user’s operating system uses for scroll speed. Using the Windows Control Panel or a similar tool on other platforms, the user can set how quickly the scroll wheel affects change in the interface. If the user has set a very fast scroll wheel, you should probably count a medium-speed scroll to be the same as a very fast scroll on another platform. The user asked for things to scroll more quickly, so your app should respect that.

    And of course, you should keep the time of the last scroll event (you can use System.currentTimeMillis() or System.nanoTime() to measure time deltas), and shorter intervals between scroll events typically mean faster scrolling. One possible solution is to keep track of the total number of clicks the user moves the mouse over some constant period of time, say 0.1 or 0.05 seconds, and base the interaction on the accumulated number of scroll wheel clicks rather than the number of clicks that occur in each event.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking to build a webapp to improve user experience in booking railway
I have a legacy system where I want to improve the user experience. On
Does OpenID improve the user experience? Edit Not to detract from the other comments,
I have a decent working web application (Java/Servlet/Jsp) that I would like to improve
I'm writing a chatty net enabled application and for an improved user experience I'm
In order to improve user experience we want the ability to have an animated
I know it's hard to, but how do you improve user experience in Dynamics
I am just thinking about ways to improve the user experience for our data
We do business largely in the United States and are trying to improve user
To improve performance of our MVC3 application we want to mark some Controller's to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.