Good, I have to make a program that can be executed both in desktop and in applet, using mvc. The question is that I do not know how to attack the program ... I have to create the main, in the instance of the constructor, and at the same time create a class that extends the applet in which the constructor is also instantiated, and depending on whether it is executed in desktop or in the browser, it starts in one place or another ?
Thank you.