I'm trying to use miglayout within the netbeans IDE. Ive placed the miglayout files in the right place and then imported using:
import net.miginfocom.swing.MigLayout;
at the top of my file but it states that "package net.miginfocom.swing does not exist"
Any ideas on how I can get miglayout working withing netbeans? Any way possible?
Thanks in advance, Lee