Forum: Java Mar 31st, 2006 |
| Replies: 11 Views: 1,967 server_crash: Thanks for the tip- I'll get down to it tomorrow, just got back and was looking forward to bed until I read the contributions from seizureandy.com
Andy- look mate, just because you... |
Forum: Java Mar 30th, 2006 |
| Replies: 11 Views: 1,967 Can anyone other than this guy give me some advice for the coding? When you've been thrown in at the deep end with Java it isn't 'simple as pie'.... I think it must be something like... |
Forum: Java Mar 30th, 2006 |
| Replies: 11 Views: 1,967 I've looked through whats on Google, all I'm looking for is something that will feed (parse) the output of the file reader into the datax and datay arrays. My Java is terrible! |
Forum: Java Mar 30th, 2006 |
| Replies: 11 Views: 1,967 Hi guys, I'm currently making a GUI which displays a graph. At the moment it reads coordinates within an array in the code:
public int datax[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
... |