Tagged Questions
0
votes
1answer
13 views
How to move mouse to coordinates based on JFrame?
Im attempting to move the mouse to the middle of my JFrame when ever I want. I originally thought I could use Robot to move the mouse to the desired location but using
robot.mouseMove(300, 400);
...
0
votes
1answer
16 views
Java with multiple JPopup
I am trying to build some very basic interactive GUI for a chess-game. The idea is to help players by allowing them to get "help" by allowing them to click on each chess-piece and see suggestions ...
0
votes
0answers
26 views
Changing cursor outside application
I was wondering, is it possible to change mouse cursor image outside my Java application window?
I already found out how to make custom cursor images, and how to change it on components, but in my ...
0
votes
2answers
28 views
Check if a MouseListener is added
In a game that I'm making I have different power ups, some that last for a certain amount of time and some that last until you've used it up. I have a MouseListener that handels the shooting and I ...
0
votes
1answer
78 views
Eclipse dialogs open twice when clicked with mouse
Within the past 2 weeks, Eclipse has started behaving oddly. Not sure what changed, although I did install JDK and JRE 7u21.
Any dialog (Search, Eclipse About, Switch workspace, etc.) I open by ...
3
votes
1answer
26 views
Changing MouseAdapter while mouse is being pressed
In a game that I am making I have two different mousePressed() methods, one for single fireing and one for auto fireing, If you get a automatic weapon it will change the mousePressed() methid from the ...
2
votes
1answer
34 views
Draw Line in the Direction of the Mouse Cursor
I have a line that I want to be drawn from the player x and y towards the mouse x and y but I want it to just go in the direction of the mouse cursor (I don't want it to be drawn from the player to ...
0
votes
2answers
39 views
Java Swing Scrolling By Dragging the Mouse
I am trying to create a hand scroller that will scroll as you drag your mouse across a JPanel. So far I cannot get the view to change. Here is my code:
import java.awt.*;
import java.awt.event.*;
...
0
votes
2answers
56 views
Detect mouse click with java while in a game
I am thinking to make a simple robot app which would record all movements and clicks done by the use and then repeat them.
I can do that with a glasspane but my question is, would a GlassPane work if ...
0
votes
1answer
33 views
Getting individual MousePoint related to cell of JTable
I have JTable and right now I get the Point of a clicked point in a cell like this:
table.addMouseListener(new MouseAdapter() {
public void mouseReleased(MouseEvent e) {
JTable target = ...
0
votes
0answers
22 views
Keeping a key pressed
In my application I would like to add an key event where a couple of keys are constantly pressed.
If I go off my application, they're still pressed. Its kind of hard to explain but I would like my ...
0
votes
1answer
51 views
Making image travel towards mouse cursor
In the game im making I want to use the mouse cursor to aim with. This is the code I have for know to make the bullet move towards the mouse cursor:
Locating the mouse position
private ...
1
vote
1answer
26 views
Painting a custom Mouse over your preset mouse
I'm making a game and when I add my sprites to my screen, naturally, they are behind my mouse. But I want to add a custom mouse image to my screen, over the mouse. I already have sprites for the ...
1
vote
1answer
38 views
StateBased Java Game - How to tell if the mouse button is released?
i'm creating a statebased game using slick 2d, and lwjgl. I currently am using if statements to check whether the mouse is inside the area of the button, and another if statement to check whether the ...
1
vote
1answer
122 views
Slick2d | Shoot to the mouse direction
The problem:
I've got this "Shot" class. In the code, the target variables are the mouseX and mouseY.
So when i click the mouse button, my player class will create a new shot object.
But the shooting ...
0
votes
1answer
60 views
JTree selection on mouse release
I'm using a JTree to generate some tab for my application.
Every time I select a node on right panel I load a new page.
I'd like to generate the node selection event on mouse release.
1
vote
1answer
73 views
JButton in a JTabbedPane
I'm writing an interactive program with JTabbedPane and JButton. So far, I've been able to make it so when the "Reserve a Flight" tab is clicked, this panel shows up:
I want an image that will ...
1
vote
1answer
33 views
Interactable Image
I already have a program that uses this picture, but how would I go about programming it so that a user could click on each individual blue square and receive a response?
I have already tried ...
1
vote
2answers
56 views
Is there a way to show a popup like a “cloud” when you passed your mouse over a textfield in Java?
I'm looking for a way to display a baloon tip when i mouse-over a textfield in Java, for example to guide the user in the way to put some specific data: ID: 0-0000-000 or something like that...
Is ...
0
votes
0answers
67 views
[solved]check if a usb mouse is physically attached to computer
I've been working for few months on a project, to make my system administrator life easier.
I use java for this one.
The main Idea is:
I have a "server" app running on my PC, and a "client" app on ...
0
votes
1answer
62 views
Simulate user input (keyboard, mouse) in Java?
Is there a way to simulate key strokes in java? For example:
I start k.jar, and after
Thread.wait(10000);
without pressing any keys, the program will simulate that the user is typing.
I'm also ...
1
vote
2answers
43 views
How can I avoid int-floor bias while mouse-targeting at small speeds?
I have a simple algorithm for an object to follow the mouse pointer at a given max speed in Java. The crux of the algorithm is this:
// Set up displacement trackers for later.
// (These are used in ...
12
votes
1answer
164 views
Why Are all Middle Clicks in Java Reported as Having the Alt Modifier?
Why do the MouseEvents in Java share modifiers between keys and mouse buttons?
Consider, the simple code below:
public static void main(String[] args) {
JFrame frame = new JFrame();
...
0
votes
2answers
64 views
Java mouseDragged logic
I have an image loaded (imagePanel) which has a mouseListener added to it earlier in the class.
The ImagePanel is being dragged around, but only by the upper left-hand corner of the image(0,0). the ...
0
votes
1answer
98 views
Visual marker of mouse clicks using Java
I am creating a screen recorder software using Java. Almost 80% work has been completed. Now I need to create a visual marker of mouse clicks using Java. So that I can see in the playback video that ...
0
votes
1answer
81 views
LWJGL allow negative mouse coordinates (outside window)
I'm trying to get the mouse coordinates with LWJGL Mouse class. By default, LWJGL clamps the values to [0, width] and [0, height], so the coordinates are always inside the window, even when the mouse ...
0
votes
0answers
50 views
Repaint still painting removed LinkedList Elements
I am working on a Mouse trail That will be included in a Game I am working on. To paint the trail I use a LinkedList with the elements being previous mouse positions. I then loop through the List and ...
1
vote
1answer
143 views
Catch mouse cursor inside of java applet
Is it possible to catch mouse cursor inside of applet area? I am developing a java game, there is main character which can rotate itself by mouse. But when mouse pointer goes out of applet area, I ...
0
votes
1answer
60 views
Time-based rotation
I have a 3D cube that I'm trying to rotate smoothly along the Y-axis. As of now, when I click my mouse button, the cube rotates to the new value instantly (like Tetris), but would like to show it ...
-6
votes
3answers
107 views
Mouse event handling in Swing
I was wondering, how does a Swing component know where the mouse is and when it is clicked, and how could I use that in my own class, without having to add a new mouse listener every time i want to ...
-4
votes
1answer
87 views
Record mouse events with java
There is a desktop aplication with many controls and complex logic of interatction of components. Sometimes difficult to understand which usecase led to the bug. Prior to that, all of the bug-usecases ...
0
votes
2answers
48 views
Error with addMouseListener
When I compile the following code I get the error:
The method addMouseListener(Player) is undefined for the type Player
Code:
import java.awt.event.MouseEvent;
import ...
0
votes
0answers
36 views
How To Set a Constant Mouse Speed
Is there a way to set a constant mouse speed in Java without a JNI call? If not, what would be the code required to set the constant mouse speed? This is purely an academic program, so despite the ...
1
vote
1answer
98 views
Mouse Move Too Fast To Check Collision
I'm having a problem with a sliding block game as when I try to ram two blocks at a fast speed, the collision code messes up. It works if the mouse speed is slower though. Is there a way to put a ...
0
votes
0answers
123 views
Record mouse position and actions?
I'm working on a project where the program records where the user clicks and then performs that sequence (kind of like ghostmouse). I know that you can set your mouse to certain positions and have it ...
8
votes
2answers
563 views
Hide Mouse Pointer on Android
I'm writing a game for OUYA and Android and I'm using the trackpad on the OUYA controller. When ever you touch it a mouse pointer comes up and I can't find a way to hide it. I image this would be a ...
1
vote
2answers
420 views
JavaFX 2 set/get cursor position
How can I set/get the cursor's position in JavaFX 2? I tired googling the answer but found nothing useful. All i can do is setting the cursor's style.
1
vote
2answers
101 views
Robot keep mouse in window
I have a fps "camera", and just recently managed to set up mouse movement to rotate the angle of viewing. The one problem with the camera is that the mouse can leave the window and the angles will not ...
1
vote
1answer
148 views
OpenGL Mouse Input
I have this mouse function in my OpenGL program:
public void mouseInput(){
int mouseX = Mouse.getX();
int mouseY = 600 - Mouse.getY();
int mouseDX = 0, mouseDY = 0;
int lastX = 0, ...
1
vote
3answers
166 views
How can I capture all mouse events in Java?
I want to capture mouse events in Swing Component, like MouseDrag Event etc, but I have found there are some events missing when I move my mouse very quickly,
It seems not all of the events are ...
0
votes
1answer
176 views
Adding mouse event for secondary mouse button Javafx
so i have this anchorpane where i wish to add a mouse listner for the Secondary mouse key ive tried the following but i keep getting an error anyone know what the problem is?
...
0
votes
0answers
85 views
Mouse.getEventButton() and Mouse.getEventButtonState() not working in LWJGL
I have a program in LWJGL where I have a series of buttons. I'm trying to use Mouse.getEventButton() and Mouse.getEventButtonState() in order to figure out when the mouse is released, but neither seem ...
-1
votes
1answer
117 views
JTabbedPane won't change panel on mouseclick
I have a Main class that stores a TabbedComponent(extending JTabbedPane) as a variable. Another class (ToolbarComponent(extending JMenuBar) is also stored as a variable within my main class.
Upon a ...
1
vote
0answers
214 views
Rotate object in Java 3d
I try to make a rotation to a cube according to the movement of the mouse in Java3D. No matter the rotation of the cube, I want that when I drag my cursor up, the cube rotates in the same direction. ...
-1
votes
1answer
60 views
I want java to respond when the user clicks within certain x and y values [duplicate]
Possible Duplicate:
I want to create an invisible clickable object over an image in Java
So I want my java game to respond in a specific way when the user clicks within certain x and y ...
0
votes
2answers
113 views
I want to create an invisible clickable object over an image in Java
So I'm creating a game in Java in which the user clicks on an image that's different from the rest. I've already got the images for the level created, but I just want to make it so that if the user ...
1
vote
0answers
120 views
Java applets: Capturing the mouse's coordinates every time they change
Apparently, my Java teacher at school doesn't know that the mouseMooved and mouseDragged events activate every few milliseconds. I had to find that myself while exercising events.
I am trying to make ...
-1
votes
1answer
189 views
Java - Resizing a Drawn Object
Let's say that I have drawn a square on the screen using the following code:
I want that if the user clicks on the shape, a border with four small boxes (north, south, east and west) is drawn on the ...
1
vote
1answer
114 views
Java - Dragging a Drawn Object
I have an application having five buttons:
i) Square ii) Rectangle iii) Circle iv) Triangle v) Clear
Clicking on any of the first four buttons will draw a shape on a drawing canvas (which is a ...
0
votes
2answers
61 views
Java - Get Name of Drawn Component
I have a Java application containing five buttons:
i) Square ii) Rectangle iii) Circle iv) Triangle iv) Clear
Clicking on any of the four buttons will result in the respective shape being drawn on ...

