OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 156 Rev 174
Line 440... Line 440...
440
                c.gridx++;
440
                c.gridx++;
441
                c.weightx = 1;
441
                c.weightx = 1;
442
                panelBase.add(sectionAT, c);
442
                panelBase.add(sectionAT, c);
443
                addView(sectionAT, "CODE_SECTION_AT");
443
                addView(sectionAT, "CODE_SECTION_AT");
444
 
444
 
-
 
445
                if (getTable().contains("DUREE_FORFAIT")) {
-
 
446
                    JLabel labelForfait = new JLabel(getLabelFor("DUREE_FORFAIT"));
-
 
447
                    labelForfait.setHorizontalAlignment(SwingConstants.RIGHT);
-
 
448
                    JTextField forfait = new JTextField();
-
 
449
                    c.gridx++;
-
 
450
                    c.weightx = 0;
-
 
451
                    panelBase.add(labelForfait, c);
-
 
452
                    c.gridx++;
-
 
453
                    c.weightx = 1;
-
 
454
                    panelBase.add(forfait, c);
-
 
455
                    addView(forfait, "DUREE_FORFAIT");
-
 
456
                }
-
 
457
 
445
                c.gridy = 5;
458
                c.gridy = 5;
446
                c.gridx = 0;
459
                c.gridx = 0;
447
                c.gridwidth = GridBagConstraints.REMAINDER;
460
                c.gridwidth = GridBagConstraints.REMAINDER;
448
                c.weighty = 1;
461
                c.weighty = 1;
449
                c.weightx = 1;
462
                c.weightx = 1;