Revision 2985 trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/gazetteer/ui/ServerConnectPanel.java

View differences:

ServerConnectPanel.java
75 75
    private JPanel panelLabServidores = null;
76 76
    private JLabel servidoresLabel = null;
77 77
    private JPanel panelServidoresCombo = null;
78
    private JPanel panelLabDB = null;
79
    private JPanel panelDBText = null;
80 78
    public ServerConnectPanel() {
81 79
        this.initialize();
82 80
    }
......
228 226
                    BoxLayout.Y_AXIS));
229 227
            panelServidores.add(getJPanel(), null);
230 228
            panelServidores.add(getJPanel2(), null);
231
            panelServidores.add(getJPanel3(), null);
232
            panelServidores.add(getJPanel4(), null);
233 229
        }
234 230

  
235 231
        return panelServidores;
......
394 390
        this.getRespuestaText().setText(texto);
395 391
    }
396 392

  
397
    /**
398
     * This method initializes jPanel
399
     *
400
     * @return javax.swing.JPanel
401
     */
402
    private JPanel getJPanel3() {
403
        if (panelLabDB == null) {
404
            GridLayout gridLayout11 = new GridLayout();
405
            panelLabDB = new JPanel();
406
            panelLabDB.setLayout(gridLayout11);
407
            gridLayout11.setRows(1);
408
        }
409

  
410
        return panelLabDB;
411
    }
412

  
413
    /**
414
     * This method initializes jPanel
415
     *
416
     * @return javax.swing.JPanel
417
     */
418
    private JPanel getJPanel4() {
419
        if (panelDBText == null) {
420
            GridLayout gridLayout2 = new GridLayout();
421
            panelDBText = new JPanel();
422
            panelDBText.setLayout(gridLayout2);
423
            gridLayout2.setRows(1);
424
        }
425

  
426
        return panelDBText;
427
    }
428

  
429

  
430 393
} //  @jve:decl-index=0:visual-constraint="23,27"

Also available in: Unified diff