the methods i use for the application, would it still be the same as the methods i would use for the applet? the only difference is the init() method in the applet is it not?
Put your main display in a JPanel (or Panel). Then, you just instantiate that Panel differently depending on whether you're running as an applet or application. brian