Hey, I have a class import problem. I'm making a JavaFX app and I use JOGL too... When I write a class name from com.jogamp, Intellij doesn't suggest me the class. I need to add to the compiler the option --add-export. It's a big waste of time because I need to write the directory of my class before adding the compiler option and only then I can use my class. Does someone know this problem and can help me to correct it please ?
The path of the class:
import com.jogamp.opengl.util.texture.awt.AWTTextureIO;
My maven dependency is added.