change snapshot version from 3.7-SNAPSHOT to 3.6.1-SNAPSHOT

This commit is contained in:
Karl Tauber
2025-07-02 19:50:51 +02:00
parent bc4c7b25d3
commit abfaf86cd5
4 changed files with 4 additions and 4 deletions

View File

@@ -416,7 +416,7 @@ public class FlatUIUtils
return (fullScreenWindow != null && fullScreenWindow == SwingUtilities.windowForComponent( c ));
}
/** @since 3.7 */
/** @since 3.6.1 */
public static Insets getScreenInsets( GraphicsConfiguration gc ) {
// on Linux, getScreenInsets() may report wrong values in multi-screen setups
// see https://github.com/apache/netbeans/issues/8532#issuecomment-2909687016