Skip to content

Commit

Permalink
Add link to FXML example
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Sep 1, 2014
1 parent 35e69a6 commit 70a71b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webcam-capture-examples/webcam-capture-javafx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This simple example, generously provided by Rakesh Bhatt ([rakeshbhatt10](https://github.com/rakeshbhatt10)),
demonstrates how to use Webcam Capture API inside JavaFX application.
FXML is not used at all and complete scene structure is composed directly
in the Java code. For the FXML demonstration check other example.
in the Java code. For the FXML demonstration check another example available [here](https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-examples/webcam-capture-javafx-fxml).

Original project can be found [here](https://github.com/rakeshbhatt10/WebCamJavaFXSampleSarcoxAPI).

Expand All @@ -16,8 +16,8 @@ By using Maven:


```plain
cd webcam-capture-examples/webcam-capture-javafx
mvn clean package
$ cd webcam-capture-examples/webcam-capture-javafx
$ mvn clean package
```

The executable JAR, together with all required dependencies (inside ```lib``` folder),
Expand Down

0 comments on commit 70a71b8

Please sign in to comment.