Refonte du LoadButton et ajustement des importations
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import javax.swing.*;
|
||||
import javax.swing.filechooser.FileNameExtensionFilter;
|
||||
import java.awt.*;
|
||||
import java.awt.event.*;
|
||||
import java.io.*;
|
||||
|
||||
@@ -35,7 +33,6 @@ public class SaveButton implements ActionListener {
|
||||
// à completer
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
public void saveFichier() {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user