Skip to content

Commit

Permalink
quick code update
Browse files Browse the repository at this point in the history
  • Loading branch information
rkjc committed Apr 14, 2021
1 parent 2870a55 commit 2ad3f03
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions JavaFXdemo_setup/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ Libraries tab -> Modulepath -> Add External JARs (opens file dialog window)
javafx.media
```


Edit the file module-info.java located in the project folder.

```java:
```java
module <project name> {
requires javafx.base;
requires javafx.graphics;
Expand All @@ -108,9 +109,10 @@ Edit the file module-info.java located in the project folder.



Past this example code into your Class file and see if it will run and make a GUI window with a button in it.

```java:
Paste this example code into your Class file and see if it will run and make a GUI window with a button in it.

```java

package yourPackageNameGoesHere;

Expand Down

0 comments on commit 2ad3f03

Please sign in to comment.