aboutsummaryrefslogtreecommitdiff
path: root/src/esieequest/view/app/UserInterface.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/esieequest/view/app/UserInterface.java')
-rw-r--r--src/esieequest/view/app/UserInterface.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/esieequest/view/app/UserInterface.java b/src/esieequest/view/app/UserInterface.java
index f2b97f8..5910d2d 100644
--- a/src/esieequest/view/app/UserInterface.java
+++ b/src/esieequest/view/app/UserInterface.java
@@ -235,7 +235,7 @@ abstract class UserInterface implements Viewable, ActionListener {
235 235
236 this.forwardButton = new JButton(Text.GO_FORWARD_BUTTON.toString()); 236 this.forwardButton = new JButton(Text.GO_FORWARD_BUTTON.toString());
237 this.forwardButton.setToolTipText(Text.GO_FORWARD_TOOLTIP.toString()); 237 this.forwardButton.setToolTipText(Text.GO_FORWARD_TOOLTIP.toString());
238 this.forwardButton.setActionCommand(Command.FORWARD.name()); 238 this.forwardButton.setActionCommand(Command.GO.name());
239 this.forwardButton.setFont(font); 239 this.forwardButton.setFont(font);
240 this.forwardButton.setPreferredSize(squareButton); 240 this.forwardButton.setPreferredSize(squareButton);
241 this.topControlPanel.add(this.forwardButton, BorderLayout.CENTER); 241 this.topControlPanel.add(this.forwardButton, BorderLayout.CENTER);