GUI: improved choose X or number dialog (added source ability and card hint support, added limits info);

game: choose X - added source ability info to game logs;
This commit is contained in:
Oleg Agafonov 2023-12-18 01:22:14 +04:00
parent d97b034711
commit d4a1e27a44
5 changed files with 124 additions and 99 deletions

View file

@ -37,7 +37,7 @@ public class MageEditorPane extends JEditorPane {
final HTMLDocument doc;
MageEditorPane() {
public MageEditorPane() {
super();
// merge with UI.setHTMLEditorKit
this.setEditorKit(kit);