38394041424344
assertThat(internalFrameLocation()).isEqualTo(p); } @RunsInEDT private FluentPoint internalFrameLocation() { return new FluentPoint(locationOf(internalFrame)); }
51525354555657
return new FluentDimension(sizeOf(window)); } @RunsInEDT final FluentPoint windowLocationOnScreen() { return new FluentPoint(locationOnScreen(window)); }