Serialized Form


Package de.java_chess.javaChess

Class de.java_chess.javaChess.JavaChess implements Serializable

Serialized Fields

_board

BitBoard _board
The chess board

_controller

GameController _controller
The game controller.

_engine

ChessEngine _engine
The chess engine.

_exitItem

javax.swing.JMenuItem _exitItem
The menu items

_game

Game _game
The current game.

_gameNotation

GameNotation _gameNotation
The notation of the current game.

_renderer

ChessBoardRenderer _renderer
The rendering component to display the board.

contentPane

javax.swing.JPanel contentPane

glasspane

javax.swing.JComponent glasspane
glassPane zum Reagieren auf Mausbewegungen etc.: The glass pane overlays the menu bar and content pane, so it can intercept mouse movements and such.

gridBagBrett

java.awt.GridBagLayout gridBagBrett
GridBagLayout for chess board Panel

gridBagStatus

java.awt.GridBagLayout gridBagStatus
GridBagLayout for StatusPanel

jlAction

javax.swing.JLabel jlAction
Label für Aktions-Text

jlStatus

javax.swing.JLabel jlStatus
Label für Status-Text

jlVersion

javax.swing.JLabel jlVersion
Label für die Versionsnummer

jpBrett

javax.swing.JPanel jpBrett
Eigenes Panel für das Schachbrett

jpEngine

EnginePanel jpEngine
Own panel for engine output/debug etc.

jpNotation

NotationPanel jpNotation
Own panel for game notation

jpStatus

javax.swing.JPanel jpStatus
Statuszeilen-Panel

textFont

java.awt.Font textFont


Package de.java_chess.javaChess.action

Class de.java_chess.javaChess.action.JavaChessAction implements Serializable

Class de.java_chess.javaChess.action.SaveGameAction implements Serializable

Serialized Fields

_gameNotation

GameNotation _gameNotation
A game notation object.

Class de.java_chess.javaChess.action.SaveGameAsAction implements Serializable


Package de.java_chess.javaChess.renderer2d

Class de.java_chess.javaChess.renderer2d.ChessBoardRenderer2D implements Serializable

Serialized Fields

_board

Board _board
The current board.

_controlLayer

de.java_chess.javaChess.renderer2d.ControlLayer _controlLayer
The control layer, where the user does his moves.

_piecesLayer

de.java_chess.javaChess.renderer2d.PiecesLayer _piecesLayer
The pieces layer, that holds all the pieces of the current board.

Class de.java_chess.javaChess.renderer2d.EnginePanel implements Serializable

Serialized Fields

gridBagEngine

java.awt.GridBagLayout gridBagEngine
The layout

jtEngine

javax.swing.JTextArea jtEngine
The notation will be displayed in a JTextArea

Class de.java_chess.javaChess.renderer2d.NotationPanel implements Serializable

Serialized Fields

gridBagText

java.awt.GridBagLayout gridBagText
The layout

jtNotation

javax.swing.JTextArea jtNotation
The notation will be displayed in a JTextArea