Skip to content

Instantly share code, notes, and snippets.

@christophe-dooapp
Created December 2, 2013 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christophe-dooapp/7748173 to your computer and use it in GitHub Desktop.
Save christophe-dooapp/7748173 to your computer and use it in GitHub Desktop.
public class Project{
private final StringProperty name=new SimpleStringProperty();
}
public class Sample{
private final StringProperty name=new SimpleStringProperty();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment