The Javadoc for `MouseInfo.getPointerInfo()` references `GraphicsConfiguration`, but the `@see` link to GraphicsConfiguration is currently missing.
As discussed[1], this change restores the missing `@see GraphicsConfiguration` entry to improve consistency and discoverability of related APIs. [1]: https://github.com/openjdk/jdk/pull/21498#discussion_r1826266398 ------------- Commit messages: - 8344212: Add reference to GraphicsConfiguration in getPointerInfo Javadoc Changes: https://git.openjdk.org/jdk/pull/30580/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30580&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8344212 Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/30580.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30580/head:pull/30580 PR: https://git.openjdk.org/jdk/pull/30580
