How to change the JPanel layout in NetBeans IDE?

Hi,I'm using Net Beans 5.5 IDE to design swing screens. While creating any JPanel / JFrame class, the IDE creates the swing class using the GroupLayout by default.How to change this default layout to Null Layout or something else?..Thiruppathy.R
[274 byte] By [Thiruppathy.Ra] at [2007-11-27 7:00:02]
# 1
Switch to the navigation view on the left (i.e. the part that displays all the components of the current form, then left click to show the popup menu and select, "Set Layout" from the items listed
icewalker2ga at 2007-7-12 18:50:42 > top of Java-index,Desktop,Core GUI APIs...