/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Puzzle;
/**
*
* @author FIQI
*/
import javax.swing.JFrame;
public class SlidePuzzle {
// method main
public static void main(String[] args) {
JFrame window = new JFrame("Slide Puzzle");
window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
window.setContentPane(new SlidePuzzleGUI());
window.pack(); // finalize layout
window.show(); // make window visible
window.setResizable(false);
}//end main
}//endclass SlidePuzzle
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Puzzle;
/**
*
* @author FIQI
*/
import javax.swing.JFrame;
public class SlidePuzzle {
// method main
public static void main(String[] args) {
JFrame window = new JFrame("Slide Puzzle");
window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
window.setContentPane(new SlidePuzzleGUI());
window.pack(); // finalize layout
window.show(); // make window visible
window.setResizable(false);
}//end main
}//endclass SlidePuzzle
0 komentar:
Posting Komentar
: Ayoo sharingg.. :D