Search code examples
netbeansjpanelmenubar

Deleting StatusPanel[Jpanel] or MenuBar at Netbeans


It is really simple question. How can i delete StatusPanel[Jpanel] or MenuBar on Netbeans?

Screenshot.


Solution

  • To delete any element of your GUI (created in the NetBeans Swing GUI Builder) do the following:

    1. Select the element you want to delete in the Design view of the Swing GUI Builder;
    2. press Delete button on your keyboard.

    P.S. Checked in NetBeans 6.8.