

You may notice that code completions are not working when you are developing an AWT application. Develop AWT applicationsīy default, the types from the Abstract Window Toolkit (AWT) are hidden.

There is documentation on each sample to describe how to run the program. More JavaFX project examples can be found in the openjfx samples repository, which covers different project structures (such as Gradle and unmanaged folder projects). If you cannot find the Maven explorer, open the Command Palette ( ⇧⌘P (Windows, Linux Ctrl+Shift+P)) and then select the command Explorer: Focus on Maven View.

Note: Make sure you have installed the Maven for Java extension. To run the JavaFX application, you can open the Maven Explorer, expand hellofx > Plugins > javafx and run the Maven goal: javafx:run. Please make sure you have JDK 11 installed locally and set the installation path to the setting. The generated project requires at least JDK 11 to launch it. Note: The following guidance only works for projects managed by Maven.

Configure IntelliSense for cross-compilingĮdit Working with GUI applications in VS Code.
