d
This commit is contained in:
12
DemoProjects/src/game/minitennis1/Game.java
Normal file
12
DemoProjects/src/game/minitennis1/Game.java
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
package game.minitennis1;
|
||||||
|
import javax.swing.JFrame;
|
||||||
|
|
||||||
|
public class Game {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
JFrame frame = new JFrame("Mini Tennis");
|
||||||
|
frame.setSize(300, 300);
|
||||||
|
frame.setVisible(true);
|
||||||
|
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||||
|
frame.setLocationRelativeTo(null);
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
out/production/DemoProjects/game/minitennis1/Game.class
Normal file
BIN
out/production/DemoProjects/game/minitennis1/Game.class
Normal file
Binary file not shown.
BIN
out/production/DemoProjects/game/minitennis1/Game2.class
Normal file
BIN
out/production/DemoProjects/game/minitennis1/Game2.class
Normal file
Binary file not shown.
BIN
out/production/DemoProjects/game/minitennis2/Game.class
Normal file
BIN
out/production/DemoProjects/game/minitennis2/Game.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
out/production/TicTacToe_MinMax/Player.class
Normal file
BIN
out/production/TicTacToe_MinMax/Player.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
out/production/TicTacToe_MinMax/Render$GameCharacters.class
Normal file
BIN
out/production/TicTacToe_MinMax/Render$GameCharacters.class
Normal file
Binary file not shown.
BIN
out/production/TicTacToe_MinMax/Render$Grid.class
Normal file
BIN
out/production/TicTacToe_MinMax/Render$Grid.class
Normal file
Binary file not shown.
BIN
out/production/TicTacToe_MinMax/Render$MyPanel$1$1Place.class
Normal file
BIN
out/production/TicTacToe_MinMax/Render$MyPanel$1$1Place.class
Normal file
Binary file not shown.
BIN
out/production/TicTacToe_MinMax/Render$MyPanel$1.class
Normal file
BIN
out/production/TicTacToe_MinMax/Render$MyPanel$1.class
Normal file
Binary file not shown.
BIN
out/production/TicTacToe_MinMax/Render$MyPanel.class
Normal file
BIN
out/production/TicTacToe_MinMax/Render$MyPanel.class
Normal file
Binary file not shown.
BIN
out/production/TicTacToe_MinMax/Render$WinnerStripe.class
Normal file
BIN
out/production/TicTacToe_MinMax/Render$WinnerStripe.class
Normal file
Binary file not shown.
Reference in New Issue
Block a user