When I add swing components to my applet, they don’t show up. Sometimes if I move my mouse around some JButtons pop up(strange). I have a method paint(Graphics g){} and update(Graphics g){}, but even when I remove all the images and painting code, the components still don’t appear. Is this something normal that happens with applets, or am I making a mistake?
Share
Ok, I figured it out. Stupid mistake by me. I was using Applet, not JApplet.