Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to hide check boxes in java and Scenebuilder

2025-02-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

How to hide check boxes in java and Scenebuilder, I believe that many inexperienced people do not know what to do, so this article summarizes the causes of the problem and solutions, through this article I hope you can solve this problem.

I use eclipse jee photons and scenebuilder. Now I'm trying to hide the scenebuilder check box.

What I want to do: I have a choicebox with two tags: ObservableList labelList = FXCollections. ObservableArrayList ("examlpe01", "example02")

If you select example01, the check box should be visible, but damn it. If the example02 select check box should be visible, it should be able to check it.

This is my code:

Public class categories list {

ObservableList labelList = FXCollections.observableArrayList ("example01", "example02"); @ FXMLprivate TextField name;@FXMLprivate TextField lastName;@FXMLprivate Button saveUser;@FXMLprivate CheckBox adminRights;@FXMLprivate TextField emailAdress;@FXMLprivate TextField password;@FXMLprivate Button userSpeichern;@FXMLprivate MenuButton userDropDown;@FXMLprivate MenuItem adminpage;@FXMLprivate MenuItem example01;@FXMLprivate MenuItem example02;@FXML after reading the above, have you learned how to hide the check boxes in java and Scenebuilder? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report