16 lines
218 B
Java
16 lines
218 B
Java
package fenetres;
|
|
|
|
import javax.swing.JEditorPane;
|
|
|
|
public class savePreferences {
|
|
@SuppressWarnings("unused")
|
|
private JEditorPane txt;
|
|
|
|
savePreferences(JEditorPane txt){
|
|
this.txt=txt;
|
|
|
|
}
|
|
|
|
|
|
}
|