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

@ -78,6 +78,7 @@ public class ShowCardsDialog extends MageDialog implements MouseListener {
public void loadCards(String name, CardsView showCards, BigCard bigCard, CardDimensions dimension, UUID gameId, boolean modal, Map<String, Serializable> options) {
this.reloaded = true;
this.title = name;
this.setTitelBarToolTip(name);
cardArea.loadCards(showCards, bigCard, dimension, gameId, this);
if (options != null) {
if (options.containsKey("chosen")) {