Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

JFrame to JApplet

$
0
0
Good Evening, i have this

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 ??

Viewing all articles
Browse latest Browse all 51036

Trending Articles