Take a look at the API for JFrame
JFrame (Java Platform SE 6)
First, note at the top of the page the inheritance hierarchy, in particular that JFrame extends Frame. In short, JFrame is a subclass...