OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 149 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 149 Rev 180
Line 376... Line 376...
376
            c2.weightx = 1;
376
            c2.weightx = 1;
377
            pCoordonneesBancaires.add(textIBAN, c2);
377
            pCoordonneesBancaires.add(textIBAN, c2);
378
 
378
 
379
            // BIC
379
            // BIC
380
            JLabel labelBIC = new JLabel("BIC", SwingConstants.RIGHT);
380
            JLabel labelBIC = new JLabel("BIC", SwingConstants.RIGHT);
381
            JTextField textBIC = new JTextField(12);
381
            JTextField textBIC = new JTextField(20);
382
            c2.gridx = 0;
382
            c2.gridx = 0;
383
            c2.gridy++;
383
            c2.gridy++;
384
            c2.weightx = 0;
384
            c2.weightx = 0;
385
            pCoordonneesBancaires.add(labelBIC, c2);
385
            pCoordonneesBancaires.add(labelBIC, c2);
386
            c2.gridx++;
386
            c2.gridx++;