OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 144 Rev 156
Line 283... Line 283...
283
                c.weightx = 1;
283
                c.weightx = 1;
284
                panelSituation.add(this.comboSituationFam, c);
284
                panelSituation.add(this.comboSituationFam, c);
285
                c.gridwidth = 1;
285
                c.gridwidth = 1;
286
                c.weightx = 0;
286
                c.weightx = 0;
287
 
287
 
-
 
288
                c.weightx = 0;
-
 
289
                c.gridwidth = 1;
-
 
290
                c.gridx++;
-
 
291
                panelSituation.add(new JLabel(getLabelFor("NTT"), SwingConstants.RIGHT), c);
-
 
292
                c.gridx++;
-
 
293
                c.gridwidth = 1;
-
 
294
                c.weightx = 1;
-
 
295
                JTextField fieldNTT = new JTextField();
-
 
296
                panelSituation.add(fieldCNPS, c);
-
 
297
                c.weightx = 0;
-
 
298
                c.gridwidth = 1;
-
 
299
                addView(fieldNTT, "NTT");
-
 
300
 
288
                // Nombre d'enfants
301
                // Nombre d'enfants
289
                JLabel labelNombreEnfants = new JLabel(getLabelFor("NB_ENFANTS"));
302
                JLabel labelNombreEnfants = new JLabel(getLabelFor("NB_ENFANTS"));
290
                labelNombreEnfants.setHorizontalAlignment(SwingConstants.RIGHT);
303
                labelNombreEnfants.setHorizontalAlignment(SwingConstants.RIGHT);
291
                this.nbEnfants = new JTextField();
304
                this.nbEnfants = new JTextField();
292
                c.gridx = 0;
305
                c.gridx = 0;
Line 507... Line 520...
507
 
520
 
508
    }
521
    }
509
 
522
 
510
    @Override
523
    @Override
511
    protected String createCode() {
524
    protected String createCode() {
512
        return super.createCodeFromPackage() + ".info";
525
        return this.createCodeOfPackage() + ".info";
513
    }
526
    }
514
}
527
}