How would I hide a radio button in Java, while using NetBeans?
-
I see that I can disable it but can't figure out which property completely hides it. Thanks!
-
Answer:
Hello, In the properties panel in netbeans (Form Designer) there is a checkbox named "visible". In Java Swing, setVisible is the method to show/hide a component. So if you uncheck "visible" checkbox, then it will be hidden. hide() and show() are depreciated as of Java 1.5 and over. They renamed it to setVisible( bool ) isVisible() Good Luck
hughmanw... at Yahoo! Answers Visit the source
Related Q & A:
- How can I make a Spinner only by java?Best solution by stackoverflow.com
- How do I do a HTTP GET in Java (android?Best solution by Stack Overflow
- How can I fix a radio antenna?Best solution by wikihow.com
- How do I add a "HOME" button?Best solution by User Experience
- How do I hide a message I am sending?Best solution by wikihow.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.