!7 p { Rectangle r = maxWindowBounds(); int w = 400, h = 300; setWindowBounds(r.x+r.width+100, r.y, w, h, showFrame("Frame 1")); setWindowBounds(r.x-w-100, r.y+100, w, h, showFrame("Frame 2")); setWindowBounds(r.x, r.y+r.height+100, w, h, showFrame("Frame 3")); setWindowBounds(r.x, r.y-h-100, w, h, showFrame("Frame 4")); fixAllWindowPositions(); }