static JProgressBar showProgressWindow(int maxValue) { JProgressBar bar = jProgressBarWithText(maxValue); ret centerFrame(packFrameVertically(500, showFrame(bar))); }