Ignore:
Timestamp:
2010-05-27T16:29:00+12:00 (14 years ago)
Author:
sjm84
Message:

Added password, browsing and checking functionality as well as some basic extension state checking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/admin/guiext/Step.java

    r21919 r22185  
    99import javax.swing.JTextArea;
    1010import javax.swing.JPanel;
    11 
    12 /*
    13 if(_commonMessageArea == null){
    14         _commonMessageArea = new JTextArea();
    15         _commonMessageArea.setEditable(false);
    16         _commonMessageArea.setAutoscrolls(true);
    17         _commonMessageArea.setLineWrap(true);
    18         _commonMessageArea.setWrapStyleWord(true);
    19         _commonMessageArea.setMargin(new Insets(0,5,0,0));
    20     }
    21 */
    2211
    2312public class Step
Note: See TracChangeset for help on using the changeset viewer.