Hi guys. i am almost done with my program but when I want to test it, on the TVtoGO class it has an syntax error at this line labelTopRanked = new JLabel("#1: " + videoContent.topRanked().getFullTitle()); and it has red line under getFullTitle();. I cannot figure out why it is like that?
What does the syntax error say?
One student earlier today had the topRanked method in the Content class returning a String instead an object of type VideoItem. The return type of topRanked is VideoItem.
so i fix it and it does not show it anymore is it the same for the findVideoItem?