OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 142 Rev 151
Line 426... Line 426...
426
                c.weightx = 0;
426
                c.weightx = 0;
427
                panelBase.add(labelCodeAT, c);
427
                panelBase.add(labelCodeAT, c);
428
                c.gridx++;
428
                c.gridx++;
429
                c.weightx = 1;
429
                c.weightx = 1;
430
                panelBase.add(CodeAT, c);
430
                panelBase.add(CodeAT, c);
431
                addView(CodeAT, "CODE_AT");
431
                addView(CodeAT, "CODE_AT", REQ);
432
 
432
 
433
                // Code section AT
433
                // Code section AT
434
                JLabel labelSectionAT = new JLabel(getLabelFor("CODE_SECTION_AT"));
434
                JLabel labelSectionAT = new JLabel(getLabelFor("CODE_SECTION_AT"));
435
                labelSectionAT.setHorizontalAlignment(SwingConstants.RIGHT);
435
                labelSectionAT.setHorizontalAlignment(SwingConstants.RIGHT);
436
                JTextField sectionAT = new JTextField();
436
                JTextField sectionAT = new JTextField();