Forum: HTML and CSS Nov 22nd, 2004 |
| Replies: 3 Views: 26,091 I'm working on a website for my friend and we're having some problems. We have set up a table to handle the main page, which has within the table a shoutbox, news posts, and links. The news bits... |
Forum: Java Nov 8th, 2004 |
| Replies: 2 Views: 1,741 Well first off, where do you get the error exactly? |
Forum: Java Nov 8th, 2004 |
| Replies: 5 Views: 3,060 Result Class8C[] = new Result[10];
Class8C[1].inputData(); // I am gettin NullPointerException here
You're constructing an array of 10 results, which makes sense. The error seems to be coming... |
Forum: Java Nov 4th, 2004 |
| Replies: 6 Views: 2,128 Ok, to start with, this (everything between the /* and */ in front of it is something I'm saying about the code)
public Color()
{// constructor
return setColor( "" ); /* this is... |