We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da16b40 commit 67c6990Copy full SHA for 67c6990
1 file changed
src/java.desktop/share/classes/java/awt/MouseInfo.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2026, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -58,6 +58,7 @@ private MouseInfo() {
58
59
* @throws HeadlessException if GraphicsEnvironment.isHeadless() returns true
60
* @return location of the mouse pointer
61
+ * @see GraphicsConfiguration
62
* @since 1.5
63
*/
64
public static PointerInfo getPointerInfo() throws HeadlessException {
0 commit comments