Applet inside JFrame

I have a question as to whether this is considered bad programming. My applet game was supposed to be small but has grown into something much larger. I wanted to make it a standalone application without changing my code, so I stuck the applet in the center panel of a JFrame. Is this a bad choice? Does it affect performance of the applet? Any advice would be great, thanks guys!