OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 174 Rev 180
Line 170... Line 170...
170
        // }
170
        // }
171
        this.setLayout(new GridBagLayout());
171
        this.setLayout(new GridBagLayout());
172
        GridBagConstraints c = new DefaultGridBagConstraints();
172
        GridBagConstraints c = new DefaultGridBagConstraints();
173
 
173
 
174
        c.gridheight = 1;
174
        c.gridheight = 1;
175
        c.weighty = 0;
-
 
176
        c.fill = GridBagConstraints.HORIZONTAL;
175
        c.fill = GridBagConstraints.HORIZONTAL;
177
 
176
 
178
        // Collone 1 : Selection
177
        // Collone 1 : Selection
179
        c.gridx++;
178
        c.gridx++;
180
        this.add(new JLabelBold(TM.tr("TotalPanel.selection")), c); //$NON-NLS-1$
179
        this.add(new JLabelBold(TM.tr("TotalPanel.selection")), c); //$NON-NLS-1$
Line 300... Line 299...
300
 
299
 
301
        // Global
300
        // Global
302
        c.gridx = 3;
301
        c.gridx = 3;
303
        c.gridy = 0;
302
        c.gridy = 0;
304
        c.gridheight = GridBagConstraints.REMAINDER;
303
        c.gridheight = GridBagConstraints.REMAINDER;
305
        c.weighty = 1;
-
 
306
        c.fill = GridBagConstraints.VERTICAL;
304
        c.fill = GridBagConstraints.VERTICAL;
307
        c.weightx = 0;
305
        c.weightx = 0;
308
        this.add(createSeparator(), c);
306
        this.add(createSeparator(), c);
309
 
307
 
310
        c.gridheight = 1;
308
        c.gridheight = 1;
311
        c.fill = GridBagConstraints.HORIZONTAL;
309
        c.fill = GridBagConstraints.HORIZONTAL;
312
        c.weighty = 0;
-
 
313
        c.gridx++;
310
        c.gridx++;
314
        this.add(new JLabelBold(TM.tr("TotalPanel.global")), c); //$NON-NLS-1$
311
        this.add(new JLabelBold(TM.tr("TotalPanel.global")), c); //$NON-NLS-1$
315
        c.gridy++;
312
        c.gridy++;
316
        c.gridx = 4;
313
        c.gridx = 4;
317
        c.gridwidth = 2;
314
        c.gridwidth = 2;