public class DemoClient { | |
@Deprecated() | |
public void foo() { | |
FxTextfield txt = new FxTextfield(200, 150); | |
// TODO: Method is not supported any more. | |
// txt.setEnabled(false); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment