This is a question mostly about Java inheritance. I am developing a program which has 2 windows, both of which will be developed in separate classes which will extend JPanel
Prefer Composition over Inheritance
Include a FileThing in your JPanel subclass, instead of making it a FileThing and a JPanel.