forked from External/mage
added transfer data object to mouseExited. added desktoppane to ui components references.
This commit is contained in:
parent
65e5c59004
commit
0721c843d2
7 changed files with 41 additions and 4 deletions
|
|
@ -4,7 +4,8 @@ public enum MageComponents {
|
|||
TABLES_MENU_BUTTON("btnGames"),
|
||||
NEW_GAME_BUTTON("btnNewTable"),
|
||||
NEW_TABLE_OK_BUTTON("btnOK"),
|
||||
TABLE_WAITING_START_BUTTON("btnStart");
|
||||
TABLE_WAITING_START_BUTTON("btnStart"),
|
||||
DESKTOP_PANE("desktopPane");
|
||||
|
||||
private String name;
|
||||
MageComponents(String name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue