I'm extremely new to development and running an IDE. I'm using NetBeans and I've searched for an answer so if this is answered somewhere else, please direct me.
I've seen it suggested elsewhere, and it sounded like a good idea so I'm trying to use ControlsFX, but I think I have done something incorrectly.
In my fxml document, I have:
<?import org.controlsfx.control.*?>
However, I'm getting an error:
"Package org.controlsfx.control does not exist."
I have downloaded the zip file from http://fxexperience.com/controlsfx/. I just don't know where to put it or unzip it, or do whatever needs to be done so that I can use it. Will someone point me in the right direction?