Skip to content

Commit 67c6990

Browse files
PeyaPeyaPeyangmrserb
authored andcommitted
8344212: Bring back @see GraphicsConfiguration to MouseInfo.getPointerInfo()
Reviewed-by: aivanov, dmarkov, serb
1 parent da16b40 commit 67c6990

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/java.desktop/share/classes/java/awt/MouseInfo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2003, 2026, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -58,6 +58,7 @@ private MouseInfo() {
5858
*
5959
* @throws HeadlessException if GraphicsEnvironment.isHeadless() returns true
6060
* @return location of the mouse pointer
61+
* @see GraphicsConfiguration
6162
* @since 1.5
6263
*/
6364
public static PointerInfo getPointerInfo() throws HeadlessException {

0 commit comments

Comments
 (0)