Quote:
|
Originally Posted by Xenon
Sorry, im not that great with Java as you may have noticed, how to I check everything is initialized
|
I think by hand ...

Also i have a question :
public String displaySound() {
String result = "If you can read this, some things gone wrong. Bugger.";
int i = 0;
numberOfMediaItems = 10;
if (numberOfMediaItems < 1)
{
return "The Media library is empty";
}
will it ever return "The Media library is empty";