You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to incorporate the javafx.web module into this example project. I saw that someone had a similar question for the Kotlin example project. I modified the build.gradle as follows. The build is successful, however, IntelliJ still does not recognize any classes from the web module. Do you have any suggestions?
Hi,
I'm trying to incorporate the javafx.web module into this example project. I saw that someone had a similar question for the Kotlin example project. I modified the build.gradle as follows. The build is successful, however, IntelliJ still does not recognize any classes from the web module. Do you have any suggestions?
javafx {
version = '12'
modules = [
'javafx.base',
'javafx.graphics',
'javafx.controls',
'javafx.web'
]
}
Thanks!
The text was updated successfully, but these errors were encountered: