Convert FSEM game to Applet

As the title says I need to convert a game I created in Full Screen Exclusive Mode into an applet. I’ve followed the advice of many people I’ve found through google and read several tutorials, but I am just not getting it I guess. At this point I’d like to just hire someone to do it for me. If you can help me out please reply or send me a message. The program is rather large so I’d rather not just copy paste it somewhere, about 30mb compressed.

Right now the game is implemented in a JPanel inserted into a JFrame. Thank you!

How much are you paying?

Haven’t really thought about it, figured someone would know what that’s worth better than I do.

This whole forum exists to let people help others for free, given enough information to work on the problem.

What you did was to tell us nothing, and offer an unknown financial reimbursement for an unknown problem. You’re basically making it impossible for those to help you, whether we’re willing to solve the problem for free, or deem our time worth a certain hourly rate.

how about finding a way to setting the applet parameters to be the screen size in the HTML, and then run the browser in full screen mode , i think you can also try appletViewer
PS :
why is it so much important to play it as an applet ? i honestly don’t like to play Java Game as an applets, Flash and HTML5 are WAY better

He’s talking about the actual code, integrating the applet lifecycle, with init() and all that.