From 53a7566dcb7c0dd18cd17f84a3ba845bcd4216a1 Mon Sep 17 00:00:00 2001 From: abranson Date: Wed, 7 Sep 2011 15:41:24 +0200 Subject: Rollback to Java 1.6 compliance --- source/com/c2kernel/gui/tabs/ExecutionPane.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/com/c2kernel/gui/tabs/ExecutionPane.java') diff --git a/source/com/c2kernel/gui/tabs/ExecutionPane.java b/source/com/c2kernel/gui/tabs/ExecutionPane.java index 96b1129..a853695 100644 --- a/source/com/c2kernel/gui/tabs/ExecutionPane.java +++ b/source/com/c2kernel/gui/tabs/ExecutionPane.java @@ -33,7 +33,7 @@ public class ExecutionPane extends EntityTabPane implements EntityProxyObserver< JLabel noActs = new JLabel(Language.translate("There are currently no activities that you can execute in this item.")); JPanel view = new JPanel(new GridLayout(1, 1)); ActivityViewer currentActView; - JComboBox activitySelector = new JComboBox(); + JComboBox activitySelector = new JComboBox(); Box activityBox = Box.createHorizontalBox(); String selAct = null; ArrayList activities; -- cgit v1.2.3