forked from External/mage
Rewrote displaying tooltips (fixes grayed rectangle bug and wrong tooltip location on the edge).
This commit is contained in:
parent
caae384903
commit
760f059fb8
4 changed files with 74 additions and 51 deletions
|
|
@ -5,7 +5,8 @@ public enum MageComponents {
|
|||
NEW_GAME_BUTTON("btnNewTable"),
|
||||
NEW_TABLE_OK_BUTTON("btnOK"),
|
||||
TABLE_WAITING_START_BUTTON("btnStart"),
|
||||
DESKTOP_PANE("desktopPane");
|
||||
DESKTOP_PANE("desktopPane"),
|
||||
CARD_INFO_PANE("cardInfoPane");
|
||||
|
||||
private String name;
|
||||
MageComponents(String name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue