Added tooltip to window titel bar to show longer titels of windows at least as tooltip.

This commit is contained in:
LevelX2 2012-11-09 01:28:28 +01:00
parent baedfd54bf
commit facfc6f1ce
4 changed files with 26 additions and 1 deletions

View file

@ -56,6 +56,7 @@ public class ExileZoneDialog extends MageDialog {
public void loadCards(ExileView exile, BigCard bigCard, UUID gameId) {
this.title = exile.getName();
this.setTitelBarToolTip(exile.getName());
boolean changed = false;
changed = cards.loadCards(exile, bigCard, gameId);
if (exile.size() > 0) {