Please take time to read the code disclaimer.

<--Go back to Kent's Projects

<--Go back to project post

	public String[] getBookTitles()
	{
		String[] tempArray = new String[bookArray.length];
		for(int i = 0; i