Serialized Form
-
Package miniGame
-
Class miniGame.MainFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
changeImage
java.awt.Image changeImage
-
image
java.awt.Image image
-
imageIcon
javax.swing.ImageIcon imageIcon
-
-
-
-
Package miniGame.game_2048
-
Class miniGame.game_2048.Main extends java.awt.Canvas implements Serializable
-
Class miniGame.game_2048.MainPanel_2048 extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
changeImage
java.awt.Image changeImage
-
frame
javax.swing.JFrame frame
-
image
java.awt.Image image
-
imageIcon
javax.swing.ImageIcon imageIcon
-
parent
javax.swing.JFrame parent
-
-
-
-
Package miniGame.hamburger
-
Class miniGame.hamburger.Hamburger extends javax.swing.JLayeredPane implements Serializable
-
Serialized Fields
-
clear
boolean clear
-
downKeyCount
int downKeyCount
-
gameClear
boolean gameClear
-
gameover
java.awt.Image gameover
-
gameOver
boolean gameOver
-
hamburgerArray
int[] hamburgerArray
-
image
java.awt.Image image
-
imageArray
java.util.ArrayList<java.lang.String> imageArray
-
itemcolled
int itemcolled
-
keyImage
java.awt.Image keyImage
-
keyX
int keyX
-
keyY
int keyY
-
map
java.util.TreeMap<java.lang.String,java.lang.Integer> map
-
parents
MainPanel_Hamburger parents
-
time
int time
-
timeOver
boolean timeOver
-
timePath
java.lang.String timePath
-
timer
javax.swing.Timer timer
-
timerImage
java.awt.Image timerImage
-
-
-
Class miniGame.hamburger.MainPanel_Hamburger extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
frame
javax.swing.JFrame frame
-
parent
javax.swing.JFrame parent
-
totalClear
int totalClear
-
-
-
-
Package miniGame.minesweeper
-
Class miniGame.minesweeper.LevelChoice extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
BASIC
java.lang.String BASIC
-
EASY
java.lang.String EASY
-
HARD
java.lang.String HARD
-
parents
MainPanel_MineSweeper parents
-
-
-
Class miniGame.minesweeper.MainPanel_MineSweeper extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
BASIC
java.lang.String BASIC
-
EASY
java.lang.String EASY
-
frame
javax.swing.JFrame frame
-
HARD
java.lang.String HARD
-
parent
javax.swing.JFrame parent
-
-
-
Class miniGame.minesweeper.MineSweeper extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
button
MyButton[][] button
-
changeImage
java.awt.Image changeImage
-
flag
int flag
-
flagButton
MyButton flagButton
-
GAME_COL
int GAME_COL
-
GAME_ROW
int GAME_ROW
-
gameOver
boolean gameOver
-
image
java.awt.Image image
-
imageIcon
javax.swing.ImageIcon imageIcon
-
mineArray
int[][] mineArray
-
parents
MainPanel_MineSweeper parents
-
success
boolean success
-
time
int time
-
timer
javax.swing.Timer timer
-
timerButton
MyButton timerButton
-
timerRun
boolean timerRun
-
totalClick
int totalClick
-
totalFlag
int totalFlag
-
TOTALMINE
int TOTALMINE
-
-
-
-
Package miniGame.pinpon
-
Class miniGame.pinpon.MainPanel_pinpon extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
changeImage
java.awt.Image changeImage
-
frame
javax.swing.JFrame frame
-
image
java.awt.Image image
-
imageIcon
javax.swing.ImageIcon imageIcon
-
parent
javax.swing.JFrame parent
-
-
-
-
Package miniGame.snake
-
Class miniGame.snake.MainPanel_SnakeGame extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
changeImage
java.awt.Image changeImage
-
frame
javax.swing.JFrame frame
-
image
java.awt.Image image
-
imageIcon
javax.swing.ImageIcon imageIcon
-
parent
javax.swing.JFrame parent
-
-
-
Class miniGame.snake.SnakeGamePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
appleX
int appleX
사과의 x 좌표 -
appleY
int appleY
사과의 Y 좌표 -
bodyLength
int bodyLength
몸의 길이 -
bodyX
int[] bodyX
몸의 x 좌표값들의 배열 -
bodyY
int[] bodyY
몸의 y 좌표값들의 배열 -
direction
int direction
방향값 -
eatenApple
int eatenApple
먹은 사과의 개수 -
mainPanel
javax.swing.JPanel mainPanel
-
panels
javax.swing.JPanel[][] panels
status 배열에 맞춰서 색이 들어갈 패널들 -
parent
MainPanel_SnakeGame parent
-
status
int[][] status
사과 몸 값이 들어갈 배열 -
timer
javax.swing.Timer timer
-
-
-
-
Package miniGame.tetris
-
Class miniGame.tetris.MainPanel_Tetris extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
changeImage
java.awt.Image changeImage
-
frame
javax.swing.JFrame frame
-
image
java.awt.Image image
-
imageIcon
javax.swing.ImageIcon imageIcon
-
parent
javax.swing.JFrame parent
-
-
-
Class miniGame.tetris.RightPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
panel
javax.swing.JPanel panel
-
score
int score
-
scoreBorad
javax.swing.JTextArea scoreBorad
-
-
-
Class miniGame.tetris.TetrisGame extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
board
javax.swing.JPanel board
-
check
int check
-
currentCol
int currentCol
블럭의 현재 행과 열 -
currentRow
int currentRow
블럭의 현재 행과 열 -
currentTetrominos
int[][] currentTetrominos
생성된 랜덤한 블럭의 모양 -
gameOver
boolean gameOver
-
gamePanel
javax.swing.JPanel gamePanel
-
isreach
boolean isreach
-
line
int line
-
ms
int ms
처음 게임 속도 -
panels
javax.swing.JPanel[][] panels
status 배열에 맞춰서 색이 들어갈 패널들 -
parents
MainPanel_Tetris parents
-
randBlock
Tetromino randBlock
-
score
int score
-
scoreboard
javax.swing.JTextArea scoreboard
-
status
int[][] status
값이 계속 입력될 배열 -
timer
javax.swing.Timer timer
-
-
-