public class DemoClient { | |
public void foo() { | |
FxTextfield txt = new FxTextfield(200, 150); | |
txt.setDisabled(true); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
public class DemoClient { | |
public void foo() { | |
FxTextfield txt = new FxTextfield(200, 150); | |
txt.setDisabled(true); | |
} | |
} |