| Sign In/My Account | View Cart |
| Article: |
JSP Progress Bars | |
| Subject: | Are you kidding? | |
| Date: | 2003-06-12 07:44:53 | |
| From: | anonymous2 | |
|
Response to: Are you kidding?
|
||
| A pure Java programmer fears not the thread. ;-) | ||
Showing messages 1 through 1 of 1.
(value / max) * 100 = percent
percent / 100 = value / max
percent / 100 * max = value
percent * max / 100 = value
DUHH