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

    First time using JSP

    Hi All, I've just started trying JSP for the first time. I made a simple jsp page: (hello.jsp) <HTML> <BODY> Hello! The time is now <%= new java.util.Date() %> </BODY> </HTML> and uploaded it to my FTP site of my ISP (iinet.net.au). I loaded hello.jsp from my webbrowser and the java...
  2. Biscuits

    Simple Timer

    Trying to program some GUI in java right now... I've got a simple splash screen im trying to display and i need to create a simple timer to hold the splash screen instance there for a few seconds then go and load the main GUI screen... How would you program a simple timer to hold the splash...
  3. Biscuits

    Newbie help... importing classes

    Hi all, im new to java and am currently working my way thru a 'dummies' style book... in one of the exercises, it requires you to import 'java.util.calender' class but i cant find it and javac keeps going nuts cause it cant find the Calender class...im using JRE v1.3 (which the same book uses...

Part and Inventory Search

Back
Top