Forum: Java Aug 31st, 2008 |
| Replies: 1 Views: 775 hi.. :)
how to declare a timer duration and control its clock tick with a method |
Forum: Java Aug 30th, 2008 |
| Replies: 1 Views: 6,067 hi its me again.. curious thingking about how to control a timer statements per clock tick processes with if else statement
i would like to perform this operations like;
clock.start();... |
Forum: Java Aug 30th, 2008 |
| Replies: 1 Views: 644 Hi..
can we control a timer per second process..? i mean.. if i set a timer.setDelay in 1000 milliseconds.. then in the first second it will out "hi" and the second tick of the timer it will say... |
Forum: Java Aug 13th, 2008 |
| Replies: 1 Views: 1,638 hi sir, im a newbie in Java programming..
can u give me some tips or source.. that can read a file.. throughly and write to the file.. that can add more information to the .dat file when it adds... |
Forum: Java Jul 11th, 2008 |
| Replies: 9 Views: 872 can u run a simple Hello World output??
if not.. u didn't installed properly you JDK or Java Development Kit.. and you are not implement the Environment variable path..
otherwise what is your... |
Forum: Java Sep 8th, 2007 |
| Replies: 21 Views: 5,426 thx for the tip! I'll do that. =) |
Forum: Java Sep 8th, 2007 |
| Replies: 21 Views: 5,426 @upstream
wow.. thx upstream! =) It will be a big help for me, coz 1 week more and it will be our prefinals. xD so we have 2 meetings more left and in that time we will be taking up the "Switch... |
Forum: Java Sep 8th, 2007 |
| Replies: 21 Views: 5,426 @upstream
I tried to use the try..catch, but I think I placed it in the wrong block or something. It has many errors. >.<
import java.io.*;
public class Input{
public static... |
Forum: Java Sep 8th, 2007 |
| Replies: 21 Views: 5,426 Sorry, but I don't know what to do with try and catch. xD I'm still a noob. >.< We were not taught how to use that yet. =/
but I'll try it. =) |
Forum: Java Sep 7th, 2007 |
| Replies: 21 Views: 5,426 It worked! Thx a lot! =) Now I can input my name and age, then it say's if im too young or i'm ready to vote. =)
thanks for the help everyone! |
Forum: Java Sep 6th, 2007 |
| Replies: 21 Views: 5,426 arg.. a new error occured. >.< this is my only notes/guide for the if else statement. =(
import java.io.*;
public class input{
public static InputStreamReader Reader=new
... |
Forum: Java Sep 6th, 2007 |
| Replies: 21 Views: 5,426 ok.. thx.. I'll check them.. =) |
Forum: Java Sep 6th, 2007 |
| Replies: 21 Views: 5,426 uhmmm.. I'm sorry, but I already tried to move the braces at the "else if" line. Still I can't let it run. =( |
Forum: Java Sep 6th, 2007 |
| Replies: 21 Views: 5,426 Hello everyone, I just need help on this code. I can't debug it, I'm just new in Java and this is just my fifth assignment so I'm really having a hard time.
Here's my code:
import java.io.*;... |