javafxcontrolsfx

Unable to import org.controlsfx


I'm trying to use CheckComboBox from package org.controlsfx.constrol.* and when importing the package I get error:

Cannot resolve symbol controlsfx

I found the API here: http://controlsfx.bitbucket.org/org/controlsfx/control/CheckComboBox.html

I tried to download the .jar but couldn't find it anywhere, and I'm not using Maven.

Why can't I import it? Or how can I download the jar?


Solution

  • All the latest version of ControlsFX can be found on Maven Central Repository

    You can also find a download section on the official site - FXEXPERIENCE under the section Getting ControlsFX