Skip to content

Commit

Permalink
Correct YouTube integration for new JPro implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Dec 6, 2023
1 parent 2d05c44 commit 58ede34
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
1 change: 0 additions & 1 deletion learn/javafx/canvas/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ public class Main extends Application {

In this example, we added event handlers to the Canvas to track mouse clicks and drags. When the left mouse button is pressed, we record the starting position (lastX and lastY). When the mouse is dragged, we draw lines between the last position and the current position.


## Conclusion

JavaFX Canvas is a powerful tool for creating custom graphics and interactive visual elements in your Java applications. In this article, we’ve covered the basics of creating a Canvas, drawing shapes, and responding to user input. With these foundational concepts, you can explore more advanced graphics and animations to create compelling JavaFX applications. Remember to check the JavaFX Canvas Documentation for more.
2 changes: 1 addition & 1 deletion learn/javafx/ide-setup/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ This [IDE by JetBrains](https://www.jetbrains.com/idea/) is available as a free

Creating a new JavaFX project has never been easier with the project wizard in Jetbrains IntelliJ IDEA. Creating a new project is just a matter of clicking a few buttons, and you have your new user interface application up and running in a matter of minutes...!

{{< youtube v9rAR3waDJs >}}
![alt](youtube:v9rAR3waDJ)
2 changes: 1 addition & 1 deletion learn/raspberrypi/led-strip/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This tutorial explains how to control a LED strip connect to the serial connecti

A recording of a live video session with Robert von Burg (aka Eitch) and Frank Delporte, is available in this video. The demo of this JavaFX user interface starts around 45'50:

{{< youtube eToIXACqSuY >}}
![alt](youtube:eToIXACqSuY)

## Intro

Expand Down
31 changes: 31 additions & 0 deletions links/2023/2023-12/2023-12-08/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Core

*

## Applications

*

## Games

*

## Components, Libraries, Tools

*

## Podcast, Video, Books

*

## Tutorials

*

## Miscellaneous

* **Heshan Thenura**'s screen got invaded by a little Samurai walking on his task bar. A [fun demo project](https://github.com/heshanthenura/DesktopCompanion) using animated GIFs and a transparent stage.

## JFX Central

*

0 comments on commit 58ede34

Please sign in to comment.