OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 156 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 156 Rev 174
Line 291... Line 291...
291
                panelSituation.add(new JLabel(getLabelFor("NTT"), SwingConstants.RIGHT), c);
291
                panelSituation.add(new JLabel(getLabelFor("NTT"), SwingConstants.RIGHT), c);
292
                c.gridx++;
292
                c.gridx++;
293
                c.gridwidth = 1;
293
                c.gridwidth = 1;
294
                c.weightx = 1;
294
                c.weightx = 1;
295
                JTextField fieldNTT = new JTextField();
295
                JTextField fieldNTT = new JTextField();
296
                panelSituation.add(fieldCNPS, c);
296
                panelSituation.add(fieldNTT, c);
297
                c.weightx = 0;
297
                c.weightx = 0;
298
                c.gridwidth = 1;
298
                c.gridwidth = 1;
299
                addView(fieldNTT, "NTT");
299
                addView(fieldNTT, "NTT");
300
 
300
 
301
                // Nombre d'enfants
301
                // Nombre d'enfants