示例#1
0
 public static void main(String[] args) {
   Tetris game = new Tetris();
   game.setLocationRelativeTo(null);
   game.setVisible(true);
 }