error
i got this error
pathfile......: cannot find symbol
symbol : class GroupLayout
location: package javax.swing
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
and i fixed it by giving
import org.jdesktop.layout.GroupLayout;(the clue said to import this)in netbeans
but still after running it again i m getting the same error.

