Forum: Java May 6th, 2007 |
| Replies: 1 Views: 907 /*
<applet code="Assign2.class" width=350 height=350>
</applet>
*/
import java.awt.event.*;
import javax.swing.*;
import java.awt.*; |
Forum: Java May 6th, 2007 |
| Replies: 1 Views: 1,512 here is the code.... below is my problem.............
/*
<applet code="Assign2.class" width=350 height=350>
</applet>
*/
import java.awt.event.*;
import javax.swing.*; |
Forum: Java May 4th, 2007 |
| Replies: 3 Views: 3,197 hi,
When you are using the Jprogressbar the % completed is usually printed in the middle of the bar. Can you change it to be printed at the end of the completed % . is there a method for that??? can... |