From 35e69a690563cdafadb5eff161d633168af30979 Mon Sep 17 00:00:00 2001 From: Bartosz Firyn Date: Sun, 31 Aug 2014 22:57:03 +0200 Subject: [PATCH] Fix incorrect description in README.md, refs #241 [ci skip] --- webcam-capture-examples/webcam-capture-javafx-fxml/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webcam-capture-examples/webcam-capture-javafx-fxml/README.md b/webcam-capture-examples/webcam-capture-javafx-fxml/README.md index 9c2fe0d6..9cb94b36 100644 --- a/webcam-capture-examples/webcam-capture-javafx-fxml/README.md +++ b/webcam-capture-examples/webcam-capture-javafx-fxml/README.md @@ -2,9 +2,7 @@ This simple example, generously provided by Rakesh Bhatt ([rakeshbhatt10](https://github.com/rakeshbhatt10)), demonstrates how to use Webcam Capture API inside JavaFX application with -scene constructed with FXML and simple WebcamController. -FXML is not used at all and complete scene structure is composed directly -in the Java code. For the FXML demonstration check other example. +scene constructed with FXML and simple FXML controller. Original project can be found [here](https://github.com/rakeshbhatt10/WebCamJavaFXFXMLSample).