mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Friendly-ified wording in draft submenu.
This commit is contained in:
@@ -93,7 +93,7 @@ public class ViewDraft extends JPanel {
|
|||||||
parentView = v0;
|
parentView = v0;
|
||||||
skin = AllZone.getSkin();
|
skin = AllZone.getSkin();
|
||||||
|
|
||||||
JLabel lblHuman = new JLabel("Select a deck for human: ");
|
JLabel lblHuman = new JLabel("Select your deck: ");
|
||||||
lblHuman.setFont(skin.getFont1().deriveFont(Font.BOLD, 16));
|
lblHuman.setFont(skin.getFont1().deriveFont(Font.BOLD, 16));
|
||||||
lblHuman.setHorizontalAlignment(SwingConstants.CENTER);
|
lblHuman.setHorizontalAlignment(SwingConstants.CENTER);
|
||||||
lblHuman.setForeground(skin.getColor("text"));
|
lblHuman.setForeground(skin.getColor("text"));
|
||||||
@@ -140,7 +140,7 @@ public class ViewDraft extends JPanel {
|
|||||||
|
|
||||||
lstAI.setSelectedIndex(0);
|
lstAI.setSelectedIndex(0);
|
||||||
|
|
||||||
SubButton buildHuman = new SubButton("Build New Human Deck");
|
SubButton buildHuman = new SubButton("Build A New Deck");
|
||||||
buildHuman.addMouseListener(new MouseAdapter() {
|
buildHuman.addMouseListener(new MouseAdapter() {
|
||||||
@Override
|
@Override
|
||||||
public void mousePressed(MouseEvent e) { control.setupDraft(); }
|
public void mousePressed(MouseEvent e) { control.setupDraft(); }
|
||||||
|
|||||||
Reference in New Issue
Block a user