I have a problem in setting layout for panel.
Hi,
I am new to JAVA, I have a problem in setting GroupLayout for Panel.
I am trying to add components on the panel during run time.
How can I place these components at desired place?
If i set GroupLayout am getting Exception like
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at org.dyno.visual.swing.layouts.GroupLayout.checkPre ferredSize(GroupLayout.java:59)
at org.dyno.visual.swing.layouts.GroupLayout.addLayou tComponent(GroupLayout.java:53)
Please help me to resolve ths problem.