The problem is your Frame class. Frame "is-a" JFrame, so you don't need to create a new JFrame inside of it (you are making the same mistake in your panel class).
Instead, you want to do a super...