POLITECHNIKA RZESZOWSKA - Wydział Elektrotechniki i Informatyki
JProgressBar pBar = new JProgressBar(orient,min,max);
// orient - JProgressBar.VERTICAL
JProgressBar.HORIZONTAL
Metody klasy JProgressBar
pBar.setStringPainted(true); // wyświetla łańcuch "n%" pBar.setValue(newValue); // ustawia bieżącą wartość pBar.setHinimum(O) ; pBar.setMaximum(100) ;
SwingUtilities.invokeLater()
Wykład/
Copyright g> 2012 Jan PROKOP
94/140