package fenetres;
import javax.swing.JEditorPane;
public class savePreferences {
@SuppressWarnings("unused")
private JEditorPane txt;
savePreferences(JEditorPane txt){
this.txt=txt;
}