From 0053ee6cda198618b45816701a628674b5680930 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 28 Nov 2013 18:57:28 +0000 Subject: [PATCH] Minor updated git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@86344 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/openwidget/client/general/WizardWindow.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/openwidget/client/general/WizardWindow.java b/src/main/java/org/gcube/portlets/user/td/openwidget/client/general/WizardWindow.java index 1ef1275..d91ac68 100644 --- a/src/main/java/org/gcube/portlets/user/td/openwidget/client/general/WizardWindow.java +++ b/src/main/java/org/gcube/portlets/user/td/openwidget/client/general/WizardWindow.java @@ -35,13 +35,13 @@ import com.sencha.gxt.widget.core.client.toolbar.ToolBar; */ public class WizardWindow extends Window { - protected final String WIZARDWIDTH="640px"; - protected final String WIZARDHEIGHT="480px"; - protected final boolean WIZARRESIZABLE=false; - protected final boolean WIZARDCOLLAPSIBLE = true; - protected final String BUTTONBACKLABEL="Back"; - protected final String BUTTONNEXTLABEL="Open"; - protected final String BUTTONFINISHLABEL="Finish"; + protected String WIZARDWIDTH="640px"; + protected String WIZARDHEIGHT="480px"; + protected boolean WIZARRESIZABLE=false; + protected boolean WIZARDCOLLAPSIBLE = true; + protected String BUTTONBACKLABEL="Back"; + protected String BUTTONNEXTLABEL="Open"; + protected String BUTTONFINISHLABEL="Finish"; protected ArrayList cardStack = new ArrayList();