OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 149 Rev 151
Line 137... Line 137...
137
 
137
 
138
        bCloture.addActionListener(new ActionListener() {
138
        bCloture.addActionListener(new ActionListener() {
139
 
139
 
140
            @Override
140
            @Override
141
            public void actionPerformed(ActionEvent e) {
141
            public void actionPerformed(ActionEvent e) {
142
                JPanel p = new JPanel();
142
                final JPanel p = new JPanel();
143
                p.setOpaque(true);
143
                p.setOpaque(true);
144
                p.setLayout(new GridBagLayout());
144
                p.setLayout(new GridBagLayout());
145
                final GridBagConstraints c = new GridBagConstraints();
145
                final GridBagConstraints c = new GridBagConstraints();
146
                c.fill = GridBagConstraints.HORIZONTAL;
146
                c.fill = GridBagConstraints.HORIZONTAL;
147
                c.anchor = GridBagConstraints.WEST;
147
                c.anchor = GridBagConstraints.WEST;