Revision 2705 branches/CqCMSDvp/libraries/libCq CMS for java.old/src/org/cresques/ui/raster/FileList.java

View differences:

FileList.java
53 53
    private JPanel jPanel1 = null;
54 54
    private JComboBox jComboBox = null;
55 55
    private JPanel jPanel2 = null;
56
    public JLabel bandasVisibles = null;
56
    
57
    /**
58
     * Variable accesible para la traducci?n.
59
     */
60
    public JLabel lbandasVisibles = null;
57 61

  
58 62
    /**
59 63
    * This is the default constructor
......
99 103
     *
100 104
     * @return javax.swing.JButton
101 105
     */
102
    public JButton getJButton2() {
106
    public JButton getJButtonAdd() {
103 107
        if (jButton2 == null) {
104 108
            jButton2 = new JButton("A?adir");
105 109
            jButton2.setPreferredSize(new java.awt.Dimension(80, 25));
......
113 117
     *
114 118
     * @return javax.swing.JButton
115 119
     */
116
    public JButton getJButton3() {
120
    public JButton getJButtonRemove() {
117 121
        if (jButton3 == null) {
118 122
            jButton3 = new JButton("Eliminar");
119 123
            jButton3.setPreferredSize(new java.awt.Dimension(80, 25));
......
157 161
        if (jPanel1 == null) {
158 162
            jPanel1 = new JPanel();
159 163
            jPanel1.setPreferredSize(new java.awt.Dimension(86, 180));
160
            jPanel1.add(getJButton2(), null);
161
            jPanel1.add(getJButton3(), null);
164
            jPanel1.add(getJButtonAdd(), null);
165
            jPanel1.add(getJButtonRemove(), null);
162 166
            jPanel1.add(getJPanel2(), null);
163 167
        }
164 168

  
......
237 241
     */
238 242
    private JPanel getJPanel2() {
239 243
        if (jPanel2 == null) {
240
            bandasVisibles = new JLabel();
244
            lbandasVisibles = new JLabel();
241 245
            jPanel2 = new JPanel();
242
            bandasVisibles.setText("Bandas");
243
            jPanel2.add(bandasVisibles, null);
246
            lbandasVisibles.setText("Bandas");
247
            jPanel2.add(lbandasVisibles, null);
244 248
            jPanel2.add(getJComboBox(), null);
245 249
        }
246 250

  

Also available in: Unified diff