so I started to make a javafx project in intelliJ, but it prompted me with this error :
Error occurred during initialization of boot layer java.lang.module.FindException: Module javafx.base not found
any solution?
so I started to make a javafx project in intelliJ, but it prompted me with this error :
Error occurred during initialization of boot layer java.lang.module.FindException: Module javafx.base not found
any solution?
You should add javafx dependency with maven or you can use javax.swing library.