!7 p-subst { JComponent content = fontSize(100, jcenteredlabel("oopsie poopsie")); JFrame frame = showFrame(content); sleepSeconds(5); JFrame fullScreen = showFullScreen(content); sleepSeconds(5); setFrameContents(frame, content); disposeWindow(fullScreen); }