How to do a JavaFx textfield no focusable?

时间:2018-07-24 10:04:39

标签: javafx

I'm using JavaFx and have a popup window to edit / create.

When the action is to edit, I need that some fields won't be selectables nor editables, what method i can use to do it?

Note: to do no editable, I'm using:

fieldname.setEditable(false);

0 个答案:

没有答案