opening JFrame from applet
问题 So I programmed am applet that makes a ball roll in circles for ever, and I wanted to make the user decide what speed the circle should roll in, but something failed when I added the JFrame: applet(the stop,destroy and update do not appear because they aren't important, and in start there is nothing): public class Main extends Applet implements Runnable{ private Image I; private Graphics GfU; int ballX, ballY=249; static int radius=20; double Memory; int changeY ,changeX=1; Speed S = new