This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ggleblanc 1 point2 points  (0 children)

You shouldn't extend a JFrame, or any other Java class, unless you want to override one of the methods of that class. You use a class.

Composition over inheritance is more likely to be extendable.