public class MapTilePanel
extends java.lang.Object
TilePanel with a border and makes focus
traversal work within the map tile pane.| Constructor and Description |
|---|
MapTilePanel(int direction,
int[] nextFocus,
TilePanel tilePanel,
java.lang.String name)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
TilePanel |
getTilePanel() |
public MapTilePanel(int direction,
@NotNull
int[] nextFocus,
@NotNull
TilePanel tilePanel,
@NotNull
java.lang.String name)
direction - index, used to determine the direction and corresponding
locale keysnextFocus - the indices of next focustilePanel - the tile panel to show@NotNull public TilePanel getTilePanel()