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 -

Best practice for URL redirection in ASP.NET web application -