Java Version Issue
Hi,
I am working on a project and have been using JDK 6.0 for about two weeks now. I just recently found out that I was supposed to be using JDK 5.0. So I uninstalled 6.0 and installed the 5.0 version just fine, but now I re-open my project and get about 3 or 4 of these build errors on every form/dialog that I have created:
E:\Documents and Settings\Games\My Documents\School\CIT 295\Project\NetBeans Output\Sales System\src\dlgError.java:54: cannot find symbol
symbol :class GroupLayout
location:package javax.swing
javax.swing.GroupLayout layout =new javax.swing.GroupLayout(getContentPane());
Also, this code is located in the uneditable area of the code. Any ideas?
Message was edited by:
bcwolfe

