You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you, please, guide me how to change visibility for com.dlsc.formsfx.model.structure.Element ?
For example, I need to change visibility of one of my components. In Swing and JavaFX I just can setVisible(false) or setVisible(true). How can I do this with FormsFX?
Thank you for help!
Best regards,
Alex
The text was updated successfully, but these errors were encountered:
Hi 👋,
Could you, please, guide me how to change visibility for
com.dlsc.formsfx.model.structure.Element
?For example, I need to change visibility of one of my components. In Swing and JavaFX I just can
setVisible(false)
orsetVisible(true)
. How can I do this with FormsFX?Thank you for help!
Best regards,
Alex
The text was updated successfully, but these errors were encountered: