Where do the lot of MouseEvents come from?

Hi all,

I have a simple MousEventhandler, which is just supposed to listen if the mouse is pressed and released.

I'm events gainig more the waiting... Happen how and which can reduce them?

Here is the Manager and his registratin I'll stat-routine

EventHandler < MouseEvent > mouseEvtHandler = new EventHandler < MouseEvent >)

{

private m_startPoint Point2D = null;

@Override

public void handle (MouseEvent evt)

{

System.out.println("evt:"+evt);

If (m_startPoint == null & & evt.isPrimaryButtonDown ())

{

m_startPoint = new Point2D (evt.getScreenX (), evt.getScreenY ());

System.out.println ("mouse down!" (+ m_startPoint);

}

ElseIf (m_startPoint! = null & &! evt.isPrimaryButtonDown ())

{

root.setTranslateX (m_startPoint.getX ())

m_startPoint = null;

System.out.println ("mouse released!" (+ m_startPoint);

}

on the other

{

System.out.println ("mouse event does!");

}

}

};

stage.addEventHandler (MouseEvent.MOUSE_PRESSED, mouseEvtHandler);

stage.addEventHandler (MouseEvent.MOUSE_RELEASED, mouseEvtHandler);

Here is the result

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_PRESSED, consumed eventType = false, 310.0 = x, y = 50.0, button = PRIMARY, primaryButtonDown]

Mouse down! Point2D [x = 950,0, y = 274,0]

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

evt:MouseEvent [source = javafx.stage.Stage@24024c39 target = javafx.scene.Scene@12da44a7, = MOUSE_RELEASED, consumed eventType = false, x = 305,0, y = 195,0, button = PRIMARY]

Mouse exit! null

Thanks for the advice in advance

Malta

This really looks like a bug. I did a quick test and not a not reproduce. Could you please fill out a bug in https://javafx-jira.kenai.com/ ? Please do not forget to specify the version of FX and operating system you are using.

Tags: Java

Similar Questions

  • Where is the "Logout" button to emails from Thunderbird?

    Where is the "Logout" button to emails from Thunderbird? It is impossible to "disconnect" as it is with all other emails that I used.
    Thank you

    You do not connect you. You don't sign in then why would disconnect you? You press the red x in the corner and close the program.

  • I look at the TB dashboard seen comes from open TB. On the left, I see folders. The folder "sent", lets say, is higher than the "Outbox" folder I want to

    I look at the TB dashboard seen comes from open TB. On the left, I see folders. The folder "sent", lets say, is higher than the "Outbox" folder I want to put the "Outbox" folder above the folder "sent". How do I do this ever?

    I know that the addon will allow you to rearrange accounts, so you could put 'Local folders' over another e-mail account.
    It will also allow you to use files within an account.

    So if you have a Pop email account that uses the Global setting of the "Inbox", then it should allow you to move the position of the Outbox within this special account.

    But as the 'Outbox' is a 'Local folder' folder, I'm not sure that you can move it out of "Local folders" and reposition it on another account.

    The method for moving files is done via the menu bar.
    'Tools' > 'manually sort folders ".
    Select the folder and use "move up" or "Down" buttons.
    Then click on the button "refresh folderpane' to see the new sort order.

  • Can someone explain the next symbol that come from the following...?

    Can anyone explain the following symbol coming from the following script:

    EXAMPLES_DIR = * % ~ dp0... *.
    That means * % ~ dp0... * average?
    -----------------------------------------------------------------------------------------------------
    EXAMPLE = * 1%
    That means * %1 * mean?
    -----------------------------------------------------------------------------------------------------
    dir * / b * src\%EXAMPLE_PATH_BEGIN%
    That means * / b * stand?
    -----------------------------------------------------------------------------------------------------
    for * / f * ' tokens = * delims = "% in (COHERENCE_HOME %) don't
    What is * / f * fact here?
    ------------------------------------------------------------------------------------------------
    dir %EXAMPLES_DIR%\src\%EXAMPLE_PATH%\*.java * b * / s > example - List.txt
    What do I do * booth b * / s here?
    --------------------------------------------------------------------------------------------------
    ' %NEW_JAVA_HOME%"\bin\javac d % CLASSES_DIR %-source 1.4 - cp % CP % @example - list.txt".
    What back * @* mean?

    Thank you very much
    @echo off
    setlocal
    
    set EXAMPLES_DIR=%~dp0..
    
    set EXAMPLE=%1
    set EXAMPLE_PATH_BEGIN=com\tangosol\examples
    
    if "%EXAMPLE%"=="" (
        echo usage: build example 
        echo where \"example\" is a directory under com.tangosol.examples
        echo. 
        echo example: build contacts
        echo.  
        echo current directories: 
        dir /b src\%EXAMPLE_PATH_BEGIN%
        goto exit
      )     
    
    rem remove any double quotes in the environment variables
    
    for /f "tokens=* delims=" %%J in (%COHERENCE_HOME%) do ( set NEW_COHERENCE_HOME=%%J)
    rem if there were no double quotes, the new environment variable will not be set
    if "%NEW_COHERENCE_HOME%"=="" (
        set NEW_COHERENCE_HOME=%COHERENCE_HOME%
       )
    
    ...
    dir %EXAMPLES_DIR%\src\%EXAMPLE_PATH%\*.java /s /b > example-list.txt
    "%NEW_JAVA_HOME%"\bin\javac -d %CLASSES_DIR% -source 1.4 -cp %CP% @example-list.txt
    del example-list.txt
    ...

    The file you are talking about is a Windows command (or batch) script file. All your questions that are and are not really tied to consistency.

    1% ~ dp0 is the current working directory

    2 %1 is the first parameter passed to this script when you ran it (% followed of a number corresponds to the script parameters)

    3 dir/b - If you open a CMD window in Windows (click Start-> run and type cmd.exe) and type dir /? then press enter you will see the help for the dir command where the switches will be explained (or look here [http://technet.microsoft.com/en-us/library/cc755121 (WS.10) .aspx])

    4 for, f - you need to google for something like "Windows batch loop for ' og go here [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/for.mspx?mfr=true]

    5. it is the same as question 3

    6. it is a javac command - look here [http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javac.html] for an explanation

    If you go here [http://search.microsoft.com/?mkt=en-US] and type batch files in the search box, you can find more information from Microsoft on the batch files that you will ever need. I'm sure that Microsoft have even forums where you can ask questions about them too ;-)

    JK

  • Preview function - police to change the display of the correct size of the page, but in the preview display font comes from Master pages is bigger, why?

    The site editing mode seems correct.

    museeditview.JPG

    Overview of the page mode, the font size for the elements from the Master Page is much larger and overlaps.

    musepreviewview.JPG

    However, when uploaded to the server web and used a browser Chrome regularly the page appears correctly.

    Could you please send your .muse file we at [email protected] marking "Attn:Vikas" in the subject.

    See you soon,.

    Vikas

  • Where is the path to copy SYSPREP from Windows 2003 to Windows 2008 64-bit files?

    Im running Windows 2008 64 BIT for my vCenter server, but can't find the patch where should I copy the files?

    Can someone list the path?

    see this KB

    http://KB.VMware.com/kb/1005593

  • Some sent unsolicited messages to people in my address book. The messages appear to come from me, but I have not sent them. What should I do?

    Someone sent several messages to varius people in my address book to me, but it wasn't me. It seems that they have sent the message to four people at a time. Is this a virus or hacking?  What should I do about it?  I think it happened while I was on a different computer.

    This link was included in one of the messages...
     
    http://particules-bisness.fr/oscomdemo/Google.php?word169.html

    This in another...

    http://polnischedelikatessen.EU/Sklep/test.php?measure169.php

    and cela in another...

    Hello

    1. What mail client do you use?

    2. what operating system is installed on the computer?

    I suggest you analyze your computer Microsoft Safety Scanner, it will help us to get rid of viruses, spyware and other malicious software.

    The Microsoft Security Scanner is a downloadable security tool for free which allows analysis at the application and helps remove viruses, spyware and other malware. It works with your current antivirus software.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    Hope this information is useful.

  • Where is the location of iCloud data from the reader in my user library?

    I use an application called Carbon Copy Cloner to clone my Macintosh HD on an external hard drive. I noticed that my iCloud drive is not on the backup to clone, and I want to make sure that these files are included in the clone. I'm guessing that iCloud drive data are stored somewhere in my user library. If so, can someone tell me the exact location in my user library? If this is not the case, how can I ensure that my iCloud drive files are included when I clone my Macintosh HD?

    The Mobile Document folder in your user library.

  • How can I fix a computer after letting a person access the computer, claiming to come from a software company?

    Original title: can someone help me get my pc working correctly after let someone who was a worker for the business of software known remote it support.

    I have several problem with missing files, there are things planted by avast 5 in other files that are activated by clicking on it. much of this was caused by my incorrect settings lack thinking I knew what I was doing. Can explain in detail all the problems. I don't know that I need a person who knows everything about a pc is no one else than a very well-informed person on this you problem. Today, I noticed there are at least 3 Directors should be 1. There is something more than that, but I am not aware of other problems too? I got 2 programs running at the same time and that's what started most of my problems using malwarebytes and avast5 at the same time, they began to fighting against each other and he was terrible iI almost lost control of my pc, but had luck on my side and get completely wiped out I have learned many things on computers the hard now but need help without any doubt a pro.

    I'm moving your question to the Windows XP security, privacy, and the folder user accounts.

    You can take the PC to a reputable repair shop.

    -steve

  • With the help of Photoshop CS6 on Yosemite with a Cintiqt and get crashes when I go to save. A way to solve this problem? Only the updates seem to come from CC and I am the last of people loading discs.

    Well, my last computer was destroyed when the son of a friend seeps water so I am rocking a brand new Macbook Pro. Unfortunately, this means that I have to use Yosemite. I am a cartoonist and I draw in Photoshop using a Cintiq. I indeed get bugs like not being able to use some keyboard shortcuts, or by using the zoom or the lasso. But the important thing is that Photoshop crashes when I go to save the work for the first time. No idea how to solve this problem?

    Install the MacOS 10.10.1 update to fix the crash bugs generalized in the open and save dialog boxes.

    And make sure you have the plugin WhiteWindowWorkaround installed in CS6 (no not necessary in 2014 CC) to work around some of the well-known MacOS issues.

  • families sharing purchases come from organizers credit balance before the credit card?

    I have an IMPORTANT credit balance on my account and the family Organizer for our sharing family. Is it possible to have the family sharing purchases come from balance to the credit of the Organizer (my credit balance) front of the credit card?  If not, is it possible to use my credit balance to send a gift card e-mail to members of the family so that my credit balance is not lost?

    Similar question and it started after I created an account for our daughter. My wife and I have two credit balances on our iTunes accounts, but when she made a purchase, the other day, it charge my credit card, instead of using the balance of credit on his account. Very frustrated.

  • Where is the product key?

    With Windows 8, Microsoft changed stickers that have the product key that the user must type in during the installation of the operating system of new embedded BIOS product key. The idea is that by eliminating the tile, you eliminate one of the easiest ways for nefarious users get a legitimate product key. The sticker also eliminating product key removes any concern that the vignette could get damaged while at the same time eliminating the long and irritating the process of typing in various letters and numbers in the installation of the operating system.

    If the user has to reinstall the operating system on a computer with Windows 8, the installation process automatically captures key software product of the motherboard BIOS without input from the user. This means that these stickers familiar windows product key will no longer appear on Windows 8 computers.

    Hello

    A question any longer, with material that could be to help others.

    My HP Pavilion (2013) brand new 23-b010ez a pre-installed MS Windows 8 version 6.2.9200.
    Comments on this page to the effect of "the old fashioned useless, full of 25-digit product key" are not correct.
    That means installed "Windows Help and Support" of my computer for example on the product key?
    I quote:
    "It's a 25 numbers used to activate Windows.
    -"the product key must be in the box that came with the Windows DVD come in French - or.
    -"[product key] should be in an e-mail that shows that you have purchased Windows."
    "It's a good idea to save a copy of your product key for your records in case you need to reinstall Windows."
    I had no system of Windows (recovery) DVD on purchase. It came pre-installed.
    I had no email with a product code. I got a confirmation of my Windows account, I was forced to sign in the first starting up my computer and a confirmation email of authorization with a verification for my Microsoft Account code.
    But no code produced by email (they wouldn't email defeats in any case - security).
    And I agree keep an external copy of the product key. Apparently (according to the "Windows Help and Support information" provided on my new computer I HAVE the product code for reinstalling Windows.)
    I found also asks me to tap into it, if I try to buy windows to another computer, or to add functionality to my edition of Windows from here: configuration\systeme and security\activation center\windows of activation using these built-in control functions. In both places, I wonder to enter the complete 25 digit product code. No other solution. Can't tell him to go find the BIOS, on the contrary!
    So far, what I've found and where?
    I tried to find the product key, without success. In "Windows Activation" to control configuration\systeme and center\windows security\activation, I found the last 5 digits (or are they the first?) and my activation date. In "System information" control configuration\systeme and security\system, less listed under the title 'Activation of Windows', I find my windows is activated and a "product ID 20 code numbers. What is the rest of the key complete product which is now part of BIOS, as shown above? It would be good to know.
    Why do I need to enter the product key?
    Well because reinstallin Windows, adding additional features (regardless of who it) and buy another copy Windows to another machine.
    So, where is the product key - or come by it?
    I don't have confidence now and seen the galley do to get under pressure once I have to do a reinstall of Windows on my new computer.
    Thank you very much.
    ARH

    Hello

    Thanks for posting the query on Microsoft Community.
    Like you said windows 8 has been preinstalled on your computer. We would like to tell you that the product key will not need to be included as it uses the product by the manufacturer key which is encrypted in BIOS.

    How to find the product key?

    1. open the original OEM software package; the product key will be printed on a sticker located somewhere on the case. Some software have the sticker on the back; others will have it inside the case.

    2. review the case of your computer for an OEM product label; This is common for computers produced by major retailers operating under Windows.

    3. open the manual supplied with the software; OEM key are printed on the inside cover, or inside the back cover first. Sometimes the key will be printed on a loose sheet back in the manual.

    4. communicate with the computer retailer that provided the software; retailers often keep records of keys to product belonging to their customers, in the case where the keys are lost.

    Hope that answers your query. You can write back to us for other queries/problems related to windows and we will be happy to help you.

  • Where is the error log to pdf print stored on the server?

    Where will be stored in the server log files?
    What all journal contains this as all the details?
    What newspaper will contain details about the errors of pdf?
    Where will be the log files stored in server?
    What all log contains what all details? 
    

    BI Presentation Server log can be found in HOME\OracleBIData\web\log\sawlog0.log

    This log is useful for Presentation Server login questions and answers/questions about dashboard.

    You can increase the recording on this server to get a detailed logging to solve the problems of SINGLE sign-on and integration by editing the logconfig.xml file in the HOME\OracleBIData\web\config folder

    Server logs BI is NQServer.log and this NQQuery.log in the HOME\OracleBI\server\Log folder

    NQServer.log is to start the Server BI issues and responsible subjects and connected data sources
    the RPD. If the NQSConfig.ini contains errors or if the RPD has version problems or if appropriate RPD is not loaded, the BI server does not start and this is part of the NQServer.log

    NQQuery.log consists of Server BI query operations. We can also check if the result is to come from the cache or directly from database. We can get the real time to execute the query. We can get the query physical and logical journal.

    BI journal Cluster controller can be located from the HOME\OracleBI\server\Log folder. When the cluster is configured with OBIEE server nodes, the NQCluster.log file would provide the connectivity of cluster nodes and the State information. As well as the NQServer.log, NQCluster.log would be very useful for cluster of related issues.

    BI Javahost can be found in HOME\OracleBIData\web\log\javahost\jhost0.log. It is used to identify issues with tables and graphs generated by Java answers/dashboard reports.

    BI Scheduler can be located in HOME\OracleBI\server\Log\NQScheduler.log. It is used to identify the problems associated with the supply/Planner. To increase logging on Scheduler, set debug to true indicator in the scheduler jobs Manager configuration window.

     Which log will contain details about pdf errors? 
    

    can be jhost0.log... not sure

  • My Satellite L30-101/XP sound comes from headphones but not pregnant

    I have a black XP newly installed on my system and installed everything except the sound does not come from the speakers but when I use headphones sound works perfectly. I thought it was problem with XP, so I then installed Vista but still the same problem.

    Then I went back to XP because I'm more comfortable with it.

    PLS HELP >

    Hmm. Maybe there is something wrong with the speaker system?
    I mean if you can hear the sound using headphones then your sound driver and sound card should work properly.

    Did you also check the settings in Realtek HD audio Manager?
    On the right, you can find the settings for the helmet. Please check what options is enabled or disabled.

  • Where's the info of forms?

    Hi Sidney,

    Sorry to bother you again, but I'm really puzzled as to where is the information that is collected from forms.  Please you coould you explain?

    I used the model Tribuca to my first online store.

    Caputers only the registration page first/last e-mail address name account and zip code, even if he asks for the phone numbers and address on the Customer tab in the admin panel.  I can't find any information collected at all.

    The order is not seen to capture the details of the address and so it is not anyway to pre-load it address for subsequent orders.

    Even the update details page isn't caputring the address details, please could you help?

    The test for my website address is lazypatch.gorgeousconcepts.co.uk

    Thank you very much

    Lisa

    Hi Lisa,

    British Colombia Web Forms take a little practice depending on how you use them.  When a form is completed, the details are captured and stored in the CRM under this customer record - in your dashboard V3 go to the CRM and then either search for the client or click commands (make sure that the filters are suitable because they normally showing last week).

    Hope that helps

    Steve

Maybe you are looking for