View Single Post
Old Nov 28th, 2005, 6:36 AM   #8
xavier
Professional Programmer
 
xavier's Avatar
 
Join Date: Oct 2004
Location: .ro
Posts: 407
Rep Power: 5 xavier is on a distinguished road
Send a message via Yahoo to xavier
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";
__________________
Don't take life too seriously, it's not permanent !
xavier is offline   Reply With Quote