MAJ executables

This commit is contained in:
pablo rodriguez 2022-07-08 11:20:22 +02:00
parent 5fc907bbac
commit d83ae8af05
4 changed files with 1 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -77,8 +77,6 @@ public class attributs extends JFrame {
setIconImage(img.getImage());
setTitle(commandes.Titre + " - Les attributs de Writer");
JPanel panelGauche = new JPanel();
contentPane.add(panelGauche, BorderLayout.WEST);

View File

@ -8,14 +8,13 @@ import java.awt.event.ActionEvent;
import java.awt.event.InputEvent;
import java.awt.event.KeyEvent;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.AbstractAction;
import javax.swing.Action;
import javax.swing.ImageIcon;
import javax.swing.JOptionPane;
import javax.swing.KeyStroke;
import cXML.Run;
import cXML.node;