import javax.swing.JFrame;
import javax.swing.JButton;
import java.awt.Font;
/*
* Created on 2004. 11. 16
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
/**
* @author root
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public class javaones extends JFrame {
public static void main(String args[]) {
javaones frame = new javaones();
frame.setBounds(100, 100, 500, 375);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);