<div dir="ltr"><div>Unlike all the other windowing systems that JDK supports, Wayland does not let you position windows on the screen directly. I have just finished implementing support for popup-style windows (popups, tooltips, menus) using xdg_positioner and had to plug in many instances of "if (can-position-windows)" in the common code (i.e. Swing). I wonder if this warrants an amendment to the public API so those checks can be less ad-hoc? What would be the procedure for introducing a new method to Toolkit of GraphicsEnvironment?<br></div><div><br></div><div>References:</div><div>* <a href="https://github.com/JetBrains/JetBrainsRuntime/commit/470c36bbd802bcf18c098c8d90502a6fb72099e3">https://github.com/JetBrains/JetBrainsRuntime/commit/470c36bbd802bcf18c098c8d90502a6fb72099e3</a></div><div>* <a href="https://wayland.app/protocols/xdg-shell#xdg_positioner">https://wayland.app/protocols/xdg-shell#xdg_positioner</a></div></div>