Newer
Older
package sample;
public class Thought {
private String thoughtText;
public Thought(String txt){
thoughtText = txt;
}
package sample;
public class Thought {
private String thoughtText;
public Thought(String txt){
thoughtText = txt;
}