Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

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. ;-)
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Are you kidding?
    2003-08-16 22:42:10  anonymous2 [View]

    all you have to do is devide the total # by 100

    (value / max) * 100 = percent
    percent / 100 = value / max
    percent / 100 * max = value
    percent * max / 100 = value

    DUHH