I'm trying to activate revalidate method in a class that extends JFrame but just can't. this is my first experience with swing, and I used to have java 6 until today, since I couldn't use revalidate I installed JDK 1.7.0_21 but still can't use it. I use eclipse, and it says "The method revalidate() is undefined for the type Game"(Game is my class that extends JFrame)
Also, when I tried writing revalidate in the exact same place in the code, on windows computer, it was o.k
I couldn't find anything about this topic..
I'm on OSX 10.8.3...
Any help will be appreciated, thanks!