Using the Netbeans GUI within a Project with existing Ant Script
807591Mar 28 2008 — edited Apr 24 2008I cannot seem to figure out how to use the Netbeans GUI in my Project with existing Ant Script. Is this possible? I have no problem creating GUI interfaces in a java Application, but attempting to make a new JFrame Form gives the error: package org.jdesktop.layout does not exist, and I have not been able to find a way around this. Any suggestions? Thanks in advance.
Chris Coulon