Testing
This commit is contained in:
parent
df0fabee6f
commit
a87e5186f6
20 changed files with 280 additions and 0 deletions
3
Code/ost/_01_hello_world/.vscode/settings.json
vendored
Normal file
3
Code/ost/_01_hello_world/.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"java.configuration.updateBuildConfiguration": "interactive"
|
||||
}
|
|
@ -15,6 +15,11 @@
|
|||
<artifactId>javafx-controls</artifactId>
|
||||
<version>13</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-web</artifactId>
|
||||
<version>19</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
module com.example {
|
||||
requires javafx.controls;
|
||||
requires javafx.web;
|
||||
exports com.example;
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue