java - How to get screen position of a Swing element? -


How do I get the actual screen state of an element, say a button? If I use getBounds then I get position relative to the parent container, not the screen ...

Have you tried?


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -