0

as the image shows i am not able to use the JFXHamburger class even with imported jfoenix library. For testing i used the wildcard to import everything:

import com.jfoenix.*;

enter image description here

M.Mac
  • 699
  • 3
  • 14

1 Answers1

0

I had to use import com.jfoenix.controls.JFXHamburger;. Works now.

M.Mac
  • 699
  • 3
  • 14