java - How to delete buttonGroup in netbeans 6.5 -


  • I am new to NetBIans and played with Matisse GUI editor and there is a button group no reference I refactor / secure Tried the removal action but there is no way to do it! It's too bad. Is there any trick or do I have to restart everything?

  • By the way, I think that is so crazy that the gray source code can not be able to edit, move or something?

    "Post-text" itemprop = "text">

    1. For those components that you are unable to see in the GUI builder, take a look at the "Inspector" window, right-click the component and delete Click on By default the window should be down from the left of your screen.

    2. This is a business from IMHO :) You receive the great GUI builder and you are not allowed to change arbitrarily generated Generation code Since it is necessary to understand the GUI builder code Will not have to be. Specifying the parameter to the constructor of the component on the creation of the object for general work, you can always go to the 'code' group on the 'Properties' window. There are some other options like 'pre-creation code' and 'post-creation code' too :)

    Image:


  • Comments