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 Chriss Miller 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: zdarma
  • Content: Threads
  • Order by date
  1. zdarma

    Company made screensaver problem

    I have to enforce a company made screensaver on our users machines, however I can't get it to work properly. After the alloted time of no activity, I can see the screensaver try to kick in as the screen flashes, but then it stops working, until the next time increment, when it tries to run...
  2. zdarma

    Exception in thread

    I keep getting the following error when I try to see if my script works Exception in thread "main" java.lang.NoSuchMethodError: main Here is the script : class Pizza { int toppings; int extras; Pizza() { toppings=1; extras=3; } Pizza(int p, int c) { toppings=p...

Part and Inventory Search

Back
Top