|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GameGUI | |
|---|---|
| com.antelmann.game | This package contains packages to support game implementations. |
| com.antelmann.game.checkers | This package contains an implementation of the game checkers. |
| com.antelmann.game.chess | This package contains an implementation of the game chess. |
| com.antelmann.game.fourwins | This package contains a reference implementation of the game Four-Connects or 4-wins or 4-in-a-row. |
| com.antelmann.game.gomoku | This package contains an implementation of the game Go-moku. |
| com.antelmann.game.muehle | This package contains a reference implementation of the game "Mühle" (as it is known in German) or "Nine Men's Morris". |
| com.antelmann.game.puzzle | This package contains single-user game implementations representing puzzles. |
| com.antelmann.game.reversi | This package contains an implementation of the game Reversi or Othello. |
| com.antelmann.game.wolfsheep | This package contains an implementation of the game Wolf&Sheep. |
| Uses of GameGUI in com.antelmann.game |
|---|
| Classes in com.antelmann.game that implement GameGUI | |
|---|---|
class |
JGameFrame
JGameFrame implements a generic GUI setup for a JGamePlay. |
class |
JPlayerClient
a GUI application acting as a client Player in a game played over the network |
| Fields in com.antelmann.game declared as GameGUI | |
|---|---|
protected GameGUI |
JDefaultGame.frame
|
| Methods in com.antelmann.game with parameters of type GameGUI | |
|---|---|
Container |
JGamePlay.getContainer(GameGUI frame)
getContainer() returns the GUI component used to display the game representation. |
Container |
JDefaultGame.getContainer(GameGUI frame)
takes the toString() function of the GamePlay and turns it into formatted html, which is returned as a JLabel |
| Uses of GameGUI in com.antelmann.game.checkers |
|---|
| Methods in com.antelmann.game.checkers with parameters of type GameGUI | |
|---|---|
Container |
JCheckers.getContainer(GameGUI frame)
|
| Uses of GameGUI in com.antelmann.game.chess |
|---|
| Methods in com.antelmann.game.chess with parameters of type GameGUI | |
|---|---|
Container |
JChess.getContainer(GameGUI frame)
|
| Uses of GameGUI in com.antelmann.game.fourwins |
|---|
| Methods in com.antelmann.game.fourwins with parameters of type GameGUI | |
|---|---|
Container |
JFourWins.getContainer(GameGUI frame)
|
| Uses of GameGUI in com.antelmann.game.gomoku |
|---|
| Methods in com.antelmann.game.gomoku with parameters of type GameGUI | |
|---|---|
Container |
JGomoku.getContainer(GameGUI frame)
|
| Uses of GameGUI in com.antelmann.game.muehle |
|---|
| Methods in com.antelmann.game.muehle with parameters of type GameGUI | |
|---|---|
Container |
JMuehle.getContainer(GameGUI frame)
|
| Uses of GameGUI in com.antelmann.game.puzzle |
|---|
| Methods in com.antelmann.game.puzzle with parameters of type GameGUI | |
|---|---|
Container |
JTilePuzzle.getContainer(GameGUI frame)
|
Container |
JSolitaire.getContainer(GameGUI frame)
|
| Uses of GameGUI in com.antelmann.game.reversi |
|---|
| Methods in com.antelmann.game.reversi with parameters of type GameGUI | |
|---|---|
Container |
JReversi.getContainer(GameGUI frame)
|
| Uses of GameGUI in com.antelmann.game.wolfsheep |
|---|
| Methods in com.antelmann.game.wolfsheep with parameters of type GameGUI | |
|---|---|
Container |
JWS.getContainer(GameGUI frame)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||