- Видео 135
- Просмотров 554 321
Kensoft PH
Филиппины
Добавлен 27 апр 2014
A vlog for anyone looking to learn more about programming.
Discord Server for programming helpline: discord.gg/4MxbQ2DzQs
Tool I use:
• IntelliJ IDEA - For Java and Web Development IDE
If you have any questions, please contact me at:
Facebook: kensoftph
Kensoft PH: kensoftph.com/contact
Discord Server for programming helpline: discord.gg/4MxbQ2DzQs
Tool I use:
• IntelliJ IDEA - For Java and Web Development IDE
If you have any questions, please contact me at:
Facebook: kensoftph
Kensoft PH: kensoftph.com/contact
JavaFX LineChart Time-Series Data Tutorial
Dive into the world of data visualization with JavaFX LineChart! This comprehensive tutorial will guide you through creating stunning line charts using LineChart in JavaFX. Learn how to harness the power of JavaFX LineChart to represent time-series data, trends, and comparisons effectively.
JavaFX LineChart Time-Series Data Tutorial
In this video, we'll cover:
Setting up a JavaFX LineChart from scratch
Adding and updating data to our JavaFX LineChart
Debugging and Running the JavaFX LineChart application
Whether you're a beginner or an experienced developer, this guide to LineChart in JavaFX will elevate your data visualization skills. Don't miss out on mastering JavaFX LineChart.
If you are new...
JavaFX LineChart Time-Series Data Tutorial
In this video, we'll cover:
Setting up a JavaFX LineChart from scratch
Adding and updating data to our JavaFX LineChart
Debugging and Running the JavaFX LineChart application
Whether you're a beginner or an experienced developer, this guide to LineChart in JavaFX will elevate your data visualization skills. Don't miss out on mastering JavaFX LineChart.
If you are new...
Просмотров: 299
Видео
Java Password Generator with Animation | JavaFX
Просмотров 2287 месяцев назад
In this tutorial, you'll learn how to create Java Password Generator with animation easily. Our Java Password Generator includes advanced options to include in the generated password and those the Uppercase, Lowercase, Numbers, and Special Characters. Once we developed the random java password generator, we'll then add animation to the password generation using the Timeline and KeyFrame class. ...
JavaFX Carousel Image slider with Motion Blur Effect
Просмотров 2847 месяцев назад
In this video, you will learn how to create a JavaFX Carousel Image Slider with Motion Blur efffect. Creating a JavaFX Carousel is amazing when you also apply an effect like the motion blur. JavaFX Carousel Image slider is perfect to implement in various applications like an image viewer app, it's easy to implement after watching this video. If you like this video JavaFX Carousel Image Slider, ...
JavaFX Pie Chart - World Population with National Flag
Просмотров 2327 месяцев назад
JavaFX Pie Chart - World Population with National Flag In this tutorial, you will learn how to use the JavaFX Pie Chart and populate a sample data to the chart and also add a background image to the JavaFX Pie Chart to make it look great. JavaFX Pie Chart is easy to use, you just need to add data using the observable list and show the chart to the user. I hope you like this video about JavaFX P...
How to connect to an API using JavaFX | Dog API
Просмотров 6588 месяцев назад
How to connect to an API using JavaFX | Dog API In this tutorial, you will learn how to connect to an API using JavaFX and I'm going to use the Dog API to fetch a dog image and show it to our JavaFX application. I will use the OkHttp library to request an HTTP GET request to call the API and give us the response we need. Calling an API using JavaFX is very easy using the OkHttp library. Make su...
How To Setup JavaFX 22 and JDK 22 on Netbeans IDE (NEW)
Просмотров 6 тыс.8 месяцев назад
How To Setup JavaFX 22 and JDK 22 on Netbeans IDE (NEW) In this video, you will learn how to setup JavaFX 22 and JDK 22 on Netbean IDE with my updated way of doing it. Creating Jar files in this tutorial will be included as well so that you can package your application into an executable file for deployment. I hope you will learn lots from this tutorial How To Setup JavaFX 22 and JDK 22 on Netb...
JavaFX SQLite Database CRUD Tutorial | JavaFX Notes App
Просмотров 1,1 тыс.8 месяцев назад
JavaFX SQLite Database CRUD Tutorial | JavaFX Notes App In this tutorial, you will learn how to connect, create a database and implement the basic CRUD operations using JavaFX and SQLite database. What you need is an SQLite driver for you to run and work SQLite on your JavaFX application. I hope this tutorial helps you get started with JavaFX SQLite database CRUD implementation. Please don't fo...
Kenshot - Screenshot Tool #kenshot #java #javafx #screenshot #screenshotapp #programming #dev
Просмотров 8411 месяцев назад
If you are new here and want to learn something new, please consider subscribing to my channel to keep you updated on my future tutorials about programming. Links: Discord server: discord.gg/4MxbQ2DzQs Website: kensoftph.com/ www.kenshot.com If you are interested in tools I used on my website and RUclips Channel to rank higher in search results, I would like to share these with you, and you can...
How to take a screenshot easily using Kenshot Application
Просмотров 495Год назад
This is not a programming tutorial, but I'm going to show you how to use Kenshot to help us take a screenshot of our computer screen. Kenshot is an easy-to-use screenshot tool that makes it easy to capture and edit screenshots on your computer. With Kenshot, you can take screenshots of your entire screen, a specific window, or a selected area of your screen. You can also annotate your screensho...
JavaFX Drag and Drop Image to ImageView Tutorial
Просмотров 1,7 тыс.Год назад
In this tutorial, you will learn how to perform a JavaFX Drag and Drop function in JavaFX and in this video tutorial, I will demonstrate how to drag an image from the computer and drop it on our JavaFX application with JavaFX ImageView and display the image. Performing JavaFX Drag and Drop function is very easy to do, and we will use the Dragboard class to make it work. Please watch the video J...
JavaFX Music Player Tutorial | Learn how to create this in JavaFX!
Просмотров 4,4 тыс.Год назад
In this video, you will learn how to create a simple JavaFX Music Player. Creating this simple JavaFX Music Player will give you a basic foundation in Media Player. Creating a music player using JavaFX is fun like coding. If you also want to learn how to create a video player in JavaFX. You can click the video link below. I hope you will learn something new in this JavaFX Music Player tutorial ...
JavaFX Media Player Tutorial | 100% For Beginners
Просмотров 8 тыс.Год назад
In this tutorial, you will learn how to create a simple JavaFX Media Player with the help of JavaFX media, JavaFX MediaView and JavaFX MediaPlayer. Creating a JavaFX Media Player is a complex task if we need to create it seriously. This video only shows you how to create a basic media player. Basically, it's a guide for you to create one. I hope you learned something new in this JavaFX Media Pl...
How to use the TreeView in JavaFX | 100% Perfect for Beginners
Просмотров 1,8 тыс.Год назад
In this tutorial, you will learn how to use and create the TreeView in JavaFX. Creating the TreeView in JavaFX is very easy. In this video, you will learn from the basics to advance in creating the TreeView in JavaFX. I hope you learned something new in this tutorial, and please don't forget to like and subscribe. Source Code: github.com/kensoftphDOTcom/JavaFX-TreeView Blog: kensoftph.com/how-t...
How To Setup JavaFX 20 and JDK 20 on Netbeans IDE [Maven with Jar]
Просмотров 11 тыс.Год назад
How To Setup JavaFX 20 and JDK 20 on Netbeans IDE [Maven with Jar]
How to install Netbeans on Windows 11 [Version 18]
Просмотров 263Год назад
How to install Netbeans on Windows 11 [Version 18]
How to setup JavaFX Maven in IntelliJ IDEA 2023
Просмотров 9 тыс.Год назад
How to setup JavaFX Maven in IntelliJ IDEA 2023
TableView in JavaFX For Beginners | EDIT and DELETE DATA
Просмотров 3,7 тыс.Год назад
TableView in JavaFX For Beginners | EDIT and DELETE DATA
TableView in JavaFX Tutorial for Beginners | INSERT DATA
Просмотров 9 тыс.Год назад
TableView in JavaFX Tutorial for Beginners | INSERT DATA
JavaFX DirectoryChooser Tutorial | 100% Perfect For Beginners
Просмотров 977Год назад
JavaFX DirectoryChooser Tutorial | 100% Perfect For Beginners
JavaFX File Chooser Tutorial For Beginners
Просмотров 3,8 тыс.Год назад
JavaFX File Chooser Tutorial For Beginners
JavaFX TabPane Tutorial For Beginners
Просмотров 7 тыс.Год назад
JavaFX TabPane Tutorial For Beginners
How to setup JavaFX in IntelliJ IDEA 2023
Просмотров 22 тыс.2 года назад
How to setup JavaFX in IntelliJ IDEA 2023
JavaFX ToolBar Tutorial | 100% For Beginners
Просмотров 1,8 тыс.2 года назад
JavaFX ToolBar Tutorial | 100% For Beginners
JavaFX ContextMenu Tutorial For Beginners
Просмотров 3,5 тыс.2 года назад
JavaFX ContextMenu Tutorial For Beginners
How To Setup JavaFX 19 and JDK 19 on Netbeans IDE
Просмотров 62 тыс.2 года назад
How To Setup JavaFX 19 and JDK 19 on Netbeans IDE
How to install NetBeans 16 on Windows 11
Просмотров 3192 года назад
How to install NetBeans 16 on Windows 11
JavaFX MenuItem Tutorial For Beginners | PART 2
Просмотров 5342 года назад
JavaFX MenuItem Tutorial For Beginners | PART 2
JavaFX MenuItem Tutorial For Beginners | PART 1
Просмотров 1,2 тыс.2 года назад
JavaFX MenuItem Tutorial For Beginners | PART 1
JavaFX MenuBar Tutorial For Beginners
Просмотров 5 тыс.2 года назад
JavaFX MenuBar Tutorial For Beginners
how to add jsoupe with intelliji in my javafx web scrapper program???
hey! what if I don`t have "module-info.java"? my colleagues from the group delete it and when I try to create a media player, I have a lot of errors :(
Hi, I'm sorry if I responded late, I just noticed your comment. You have two options to fix your problem. It's either create a new project or create the module-info.java. When you create a module-info.java, you must place it under the java folder.
What's is the name of your own Browser?
Nothing, it is just a sample program to make a browser using JavaFX.
Thanks !!
Thanks it's very Helpfull!!!
Glad to hear that!
thank you, it's very useful for me
You're welcome! Glad it helped.
Thank you so much
Any time
Your videos are amazing. You are making great job !!!! You are great teacher ;)
Very usefull and beautifull movie. Thank You
Hello. Thank You for nice video. Could You make another video with JavaFx and Maven and CRUD application with Mysql or PostgreSql ?
Will do in the future. I can't for now because I'm busy at the moment.
Very interesting video. Thank You
create a complete video on convert that JavaFX application to .exe file with SQLite db please
Will do in the future. I can't for now because I'm busy at the moment.
@@KENSOFTPH ok. Basically, It's straightforward to do code in JavaFX but the main part is to create an .exe and deliver it to the client. I searched a lot but could not find anything :( waiting for your video... Your content is very amazing.
Creating an exe file is easy, but you need to choose which packager you want to use to pack your jar file. You can use Exe4J, Install4J or Advanced Installer. I think I have a video for advanced installer. You can search it on my channel. I think I don't have a video for Install4J.
does this work with 23? 22 is no longer on the website
Yes, it works.
🤩
Lifesaver, mate. Combined this with your tabpane tutorial to help me get started on some work. It's much appreciated. Keep up your great channel!
I'm glad you found it helpful! Thanks for your kind words :)
Halos isang linggo kona atang tinatry irun yung java -jar app.jar, ngayon lang nagsuccess. Tips: kapag magrarun kayo o mag-clean&build sa Netbeans dapat nakaexit/close ang command prompt. Yun pala reason bat may error sakin, halos ilang gabi kona inaayos. Thank Yah, naayos din at last.
Nice job! medyo matagal rin ang isang linggo at nag success rin sa wakas :D
Nice informational video. Best part is you dealing with errors and solving it. Binge watching your videos.
Thank you so much for your kind words! :)
Nice informational stuff Ken. Keep posting on JavaFX. Really like your videos!
Thanks! I'm glad you like my videos. I'm currently busy with some projects for now, but I'll be posting new tutorials again in the future.
Thank you 😊
Glad it helped!
Great 😊 Thank you ❤
You're welcome 😊
Very disappointing that the IDE cannot create a proper project structure for javaFX. This is a monkey solution.
Thank you for the video! Could you make a video about how to setup javafx on Java with Ant / JavaFX / JavaFX FXML Application ?
Hi, thank you for your comment. Unfortunately, I'm not sure if I'm able to create a video for that due to my tight schedule.
bro can i do if i hover on the left side it will show a panel.
Yes, you can do that.
@@KENSOFTPH what property in scene in builder i can do that in javafx?
You can use the MouseEntered event to trigger the hover.
Thank you. I'm gonna fork it XD!
Thank you for your content. Our team has became Champion in inter university CSE Project Showcase! Hats off!
Awesome. I had exactly the same Problem like you. A new class did Fix it for me too!
Good to hear bro!
Thanks for this vidéo it helps me . a lot of Thanks
Glad it helped
librabry có cần thêm SceneBuilder không?
What do you mean?
@@KENSOFTPH I'm new to java and javafx, in java project need to add scenebuilder. So in javafx project need to add scenebuilder?
I'm sorry if I respond late because your comment was held for review. You don't need to use SceneBuilder to develop a JavaFX application, but it's up to you. SceneBuilder also helps you develop the user interface faster by using the drag and drop feature.
Harris Dorothy Lopez Patricia Hernandez Dorothy
it work with javafx 22
nice my friend
Thank you 👍
Thanks! It helped a lot, hugs from Brazil.
You're welcome! Sending hugs back to Brazil!
I wonder if you can also create tutorial on how you packaged your desktop app and how to provide software update?
Sure, but I can't for now. Let me give you an overview of how to package the app and also deploy a software update. 1. Package your Java code in a Jar file. 2. I'm using Install4J and Exe4J. So you need to have these and convert the Jar file to EXE file using Exe4J and import the executable file into Install4J to create the installer. 3. You can configure the application updater within Install4J and you need to have a server to store the update file and the latest version of the application to identify a new version of the application. 4. When checking a new update by clicking the button, you need to use the Desktop class to execute application updater generated by Install4J from your application's installation directory. Links: Install4J: www.ej-technologies.com/install4j Exe4J: www.ej-technologies.com/exe4j/download
solid stuff Ken! Keep it up!
Appreciate it! I'll be posting more videos soon. I'm just a bit tied up at the moment :)
That is how an IDE should work. Tried Eclipse and Visual Code, after 4 hours I decided it is enough of xxx -ing my brain, and used Netbeans instead, it took me less than few minets to set up everything. What is so hard to implement such simple things in orther IDE's is beyond my understanding.
You really help to me, I searched videos for a day, than a lot
ugh, another scene builder tutorial. do any of you people actually write java code?
Yes, I can code. What's the issue with working with SceneBuilder? Would you rather write a thousand lines of code instead of using a tool that simplifies the process?
@@KENSOFTPH i'd rather write "a thousand" lines of code so that i know how the control actually works as opposed to relying a crutch to do it for me. lame. i was looking for a tutorial on how to use the slider control in javafx, not on how to click check boxes in scenebuilder.
I agree with you. Here's the JavaFX Slider documentation: openjfx.io/javadoc/21/javafx.controls/javafx/scene/control/Slider.html It's a great resource if you want to work with JavaFX without using SceneBuilder. Hope this helps!
thank so much brow. Help me a lot
Thanks a lot❤
Always welcome
Thanks! This works great! Though I can't double click to open the jar file. Nothing happens when I double click
Join my discord and I will help you there.
Great tutorial, thanks mate
Thank you so much, I looked for a video like this everywhere and finally found one (yours) that is actually helpful!
Glad you found it! :)
That worked with my 🎉🎉 Thank you very much ❤
Great! Enjoy :)
Thank you bro!!
Cool, thank you bro, it works
wait btw where did you get the "com.mysql.jdbc.Driver" please sir answer me ASAP 😭
Sir if you there thank you so much big help
Happy to help
Which Window are you using ( Windows 10 , Windows 11 )
Windows 11
But this video is on Windows 10.
hello, i use this for my project, but i can't show my image view, can you help me?
Sure, join here and send a message. discord.gg/ypbc6D5PdQ
How can I make it so that new data is saved when I close the window and new data is not deleted when I open it?
or will only MySQL help?
Yes, you need to create a database to keep your data.
is there any payment method aside from paypal and credit card because i dont have these
I'm sorry, but I have no idea because I don't own the company, it's better to contact their customer support. :)