Add the details text box to the focus order for faster gameplay.

This commit is contained in:
Zachary Kline
2020-07-10 11:09:43 -07:00
parent 7f67c5f49d
commit b535332d14
2 changed files with 1 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ public class CardDetailPanel extends SkinnedPanel {
cdArea.setFont(new Font("Dialog", 0, fontSizeR12));
cdArea.setBorder(new EmptyBorder(2, 6, 2, 6));
cdArea.setOpaque(false);
cdArea.setFocusable(true);
scrArea = new FScrollPane(cdArea, false);
add(nameCostLabel);