1

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?

Zoe
  • 27,060
  • 21
  • 118
  • 148
Alexandru Severin
  • 6,021
  • 11
  • 48
  • 71

1 Answers1

4

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

Zoe
  • 27,060
  • 21
  • 118
  • 148
ItachiUchiha
  • 36,135
  • 10
  • 122
  • 176