Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ImpureNokio

    Returning objects from collections

    Casting just goes like the following statement: Vector v = new Vector(); v.add(new Holiday()); Holiday h = (Holiday) v.get(0); more info on: http://home.cogeco.ca/~ve3ll/jatutor7.htm#cao http://www.developer.com/tech/article.php/974871
  2. ImpureNokio

    Progress Monitor

    This is not so hard to do. There is a class under NetBeans you can use for this one. You define your minimun value: ex 0 to max value: number of processes ex 10 Then for each process that is finished you increase the value of the process bar. That's all. .: Impure :.

Part and Inventory Search

Back
Top