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 bkrike 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: *

  • Users: OMGNinja
  • Content: Threads
  • Order by date
  1. OMGNinja

    Try Catch Block Errors

    Ok so I am trying to use a try catch to handle error in this simple gas mileage calculator. When I enter some number that are not in the error handeling like gas = 8.97 begning miles = 853 end miles = 1235 it gives the right result so thats fine, but when I enter 0 for gas or for end miles it...
  2. OMGNinja

    JavaME input text boxes problmes

    ok so I want to get input from the user for ending and begining mileage of a car and how much gas that is used during the travle.I got the input boxes set up that works fine but when I try to convert them to ints it does not what I am I doing wrong here? import javax.microedition.midlet.*...
  3. OMGNinja

    StopWatch coding problems

    ok so I am trying to get this game to have a timer and I got it down to the stopwatch thing but Visual Studio 2005 says that "Error 1 The type or namespace name 'Stopwatch' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Kakashi\Documents\Visual Studio...

Part and Inventory Search

Back
Top