I read the book1 "Technologies java2", perform tasks for textual components of the swing and display HTML. In general, when compiling the program in the intellij idea
crashes error: **** Error: (16, 9) java: cannot find symbol symbol: variable browserPane location: class com.deitel.advjhtp1.gui.webrowser.WebBrowser ****
and one more: Error: (34, 43) java: cannot find symbol symbol: goToUrl (java.net.URL) location: variable webBrowserPane of type com.deitel.advjhtp1.gui.webbrowser.WebBrowserPane Question: From the translation it is clear that she can't find any character, but which one?
PS The book is just super and easy to read, but I didn’t understand how to work with it until the end ... And I’m not sure that the code was added to the end, so I’ll add part of the first chapter and a screenshot below what I have. I would be very grateful if Someone will explain how to work with books of this kind and what the java error means: cannot find symbol 