Fri Apr 06, 2007 10:34 am
import javax.swing.JApplet;
import javax.swing.JButton;
/**
*
* @author sami
*/
public class myapplet extends JApplet{
/** Creates a new instance of myapplet */
public void init()
{
getContentPane().add(new JButton("OK"));
}
/**
* @param args the command line arguments
*/
}
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.