diff --git a/src/dorkbox/notify/AsFrame.java b/src/dorkbox/notify/AsFrame.java index 90e31c0..c4312e5 100644 --- a/src/dorkbox/notify/AsFrame.java +++ b/src/dorkbox/notify/AsFrame.java @@ -64,7 +64,7 @@ class AsFrame extends JFrame implements INotify { Point mouseLocation = MouseInfo.getPointerInfo() .getLocation(); - device = ScreenUtil.getGraphicsDeviceAt(mouseLocation); + device = ScreenUtil.getMonitorAtLocation(mouseLocation); } else { // set screen position based on specified screen