I keep getting this error when making a search method in my code to search through string. I have gone through alot of examples trying to fix this but I cant find any. Thank
You don't declare the notes variable
public class Notebook{ private ArrayList notes; ...