You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use smarter algorithm for calculating relative component location #1349
The relative location between two Swing components can be calculated
using `SwingUtilities.convertPoint()`, rather than converting the
location of both components to screen coordinates on the WindowBuilder
side.
Contributes to
#1349
0 commit comments