Good Evening, i have this
how i turn this into a JApplet ??
public class Game extends JFrame {
public Game(){
//code here
}
public static void main(String[] args){
Game new =new Game();
}
}
how i turn this into a JApplet ??