OLITECHNIKA RZESZOWSKA - Wydział Elektrotechniki i Informatyki
Swing - pasek postępu - przykład ...
public static void main(String argsf]) {
finał SwingProgres3BarExample it = new SwingProgre3sBarExample(); JFrame frame = new JFrame("Progress Bar Exanple"); framę.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setContentPane (it); frame.pack (); frame.3etVisible(true);
Mi
for (int i - MY_MINIMOM; i <- MY_MAXIMUM; i++) ( finał int percent - i; try {
SwingUtilitie s.imrokeLater(new Runnable() ( public void run() (
it.updateBac(percent);
)
))••
java.lang.Thread.3leep(100)s ) catch (InterruptedEbcception e) (
JAVA Wykład 7
Copyright & 2012 Jan PROKOP
96/140