svoid setProgressBarTotal(JProgressBar bar, int total) { swingCall(bar, 'setMaximum, total); }