If I understand your problem correctly, do you want a GUI class to display your output? or can you display your table of results horizontally on the console?
Also, have a look at this line:
if(BookTitle.compareTo(CheckBookTitle) == 0);
Correct me if I'm wrong, but I don't think the semicolon is meant to be there... take that out and try it again.
I think I need more specification from you on what exactly you need...