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 8966329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:00:11+00:00 2026-06-15T17:00:11+00:00

Say, for example, if I have a circle drawn in a JFrame, and I

  • 0

Say, for example, if I have a circle drawn in a JFrame, and I want to paint over it if I hover over it for three seconds.

I’ve got a MouseMotionListener that tells me the point of the cursor in the JFrame, but so far that’s about it.

public void mouseMoved(MouseEvent e)
{
  PointerInfo a = MouseInfo.getPointerInfo();
  cursorPos = a.getLocation();
  SwingUtilities.convertPointFromScreen(cursorPos, e.getComponent());
}

I’m still quite new to action listeners. What should I add if I want to test if the mouse is not moving?

Also, I’m just curious, why is it that MOUSE_MOVED in MouseEvent is considered an int?

  • 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-15T17:00:13+00:00Added an answer on June 15, 2026 at 5:00 pm

    Going backwards through your questions.

    Why is it that MOUSE_MOVED in MouseEvent is considered an int?

    All of the mouse constants are ints. That’s how enumeration was done in Java before version 1.5.

    How do I find the time since the mouse last moved?

    In your mouseMoved method, you save the current time somewhere in your GUI model. You then write a method in your GUI model that returns the idle time.

    idleTime = System.currentTimeMillis() - savedTimeinMillis.
    

    You divide the idle time by 1000 for seconds.

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

Sidebar

Related Questions

Say for example I have a Blog app that I want to be able
For example: I have an implementation (say doSomething()) in Base class. I want all
The issue Let's say that I have example.com, example.org and example.net. All of these
Say for example I have a body with the class test and I want
Let's say we have a parametric curve, for example a circle: x = r
Say you have a view that is a circle or a balloon and you
Let's say I for example have this class that generates Fibonacci numbers: public class
Scenario Lets say for example I have a series of events that fire continually
Say for example I have a textview in class A, and I want to
Say for example I have the following string one two(three) (three) four five and

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.