Hello guys.
I use netbeans IDE and I have following problem:
here is my code:
public static void main(String[] args) { TextWindow tw = new TextWindow("Is it header?"); }
simple, but I get following errors:
can not find symbol
symbol: class TextWindow
location: class textwindows.Main
any help is appreciated