アットウィキロゴ

pろ0224

package game;
import javax.swing.JFrame;
public class pro0224 extends JFrame {
   public pro0224() {
       add([[new]] Board());
       setTitle("pro0224");
       setDefaultCloseOperation(EXIT_ON_CLOSE);
       setSize(300, 280);
       setLocationRelativeTo(null);
       setVisible(true);
       setResizable(false);
   }
   public static void main(String[] args) {
       new pro0224();
   }
}
最終更新:2010年09月23日 01:36