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

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

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