Forum: Java Aug 24th, 2004 |
| Replies: 10 Views: 4,238 Thanks a lot for ur time and effort nanosani, however, it is still not working. |
Forum: Java Aug 23rd, 2004 |
| Replies: 10 Views: 4,238 |
Forum: Java Aug 23rd, 2004 |
| Replies: 10 Views: 4,238 sorry about that, here is the code again, this is only part of the code. When i use the timing class here there is an error, even though i havent used it, only declared it.
public class priority{... |
Forum: Java Aug 23rd, 2004 |
| Replies: 10 Views: 4,238 Hi,
yeah im sorry about that, its because i cut and pasted it onto here. The main problem is that the timing class which i have created does not work in the program i want to use it in.
public... |
Forum: Java Aug 22nd, 2004 |
| Replies: 7 Views: 30,733 Thank you very much for ur help all of u, it is working now!! Thanks! |
Forum: Java Aug 22nd, 2004 |
| Replies: 10 Views: 4,238 Hi guys,
In my program i have to draw rectangles, but i need to pause before drawing it depending on the the number it has been assigned. I have created a timing class, which pauses the timer... |
Forum: Java Aug 18th, 2004 |
| Replies: 7 Views: 30,733 Hi guys,
Im trying to compile this class below, but its just not working, it keeps sating 'missing return statement' int the method declaration line. Can u see to check if there is anything... |
Forum: Java Aug 12th, 2004 |
| Replies: 3 Views: 3,357 Thats the problem i am having, could u tell me how i would call it in the main code?
Thanks |
Forum: Java Aug 11th, 2004 |
| Replies: 3 Views: 3,357 Hi,
This may be a really basic query, but im not really a java expert! In my program, i am drawing rectangles and the colour of the rectangle depends on a number stored in an array, so if the... |
Forum: Java Aug 11th, 2004 |
| Replies: 8 Views: 6,708 Thanx a lot for ur suggestions, been a great help! :D |
Forum: Java Aug 9th, 2004 |
| Replies: 8 Views: 6,708 Hi,
Is there a way of timing how long it takes between a piece of code executing to when it finishes and then displaying this time? I would like to display a clock which begins timing when a... |