JAL-1165 allow progress indicators on the web service window
[jalview.git] / src / jalview / jbgui / GWebserviceInfo.java
index 5fbcaab..00806ed 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
+ * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
@@ -52,6 +52,9 @@ public class GWebserviceInfo extends JPanel
   public JButton mergeResults = new JButton();
 
   GridBagLayout gridBagLayout1 = new GridBagLayout();
+  
+  public JPanel statusPanel = new JPanel(new GridLayout());
+  public JLabel statusBar = new JLabel();
 
   /**
    * Creates a new GWebserviceInfo object.
@@ -110,6 +113,8 @@ public class GWebserviceInfo extends JPanel
     buttonPanel.add(cancel, new GridBagConstraints(0, 0, 1, 1, 0.0, 0.0,
             GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(
                     19, 6, 16, 4), 0, 0));
+    this.add(statusPanel, java.awt.BorderLayout.SOUTH);
+    statusPanel.add(statusBar, null);
   }
 
   /**