analyseWriter/src/app/savePreferences.java

16 lines
213 B
Java
Raw Normal View History

2022-06-04 15:43:08 +02:00
package app;
import javax.swing.JEditorPane;
public class savePreferences {
2022-06-06 09:50:45 +02:00
@SuppressWarnings("unused")
2022-06-04 15:43:08 +02:00
private JEditorPane txt;
savePreferences(JEditorPane txt){
this.txt=txt;
}
}