Rewrote displaying tooltips (fixes grayed rectangle bug and wrong tooltip location on the edge).

This commit is contained in:
magenoxx 2010-12-21 18:20:54 +03:00
parent caae384903
commit 760f059fb8
4 changed files with 74 additions and 51 deletions

View file

@ -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) {