How to disable Netbeans highlighting?

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

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

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.