Thanks, man! Your content is gold! It's my first application on java.
@KodySimpson3 жыл бұрын
Glad you enjoy it!
@chadnanali1114 жыл бұрын
Thanks for the complete series on JavaFx. Thoroughly enjoyed watching it and yes having that zoom functionality in this episode was a relief :D
@KodySimpson4 жыл бұрын
Glad you enjoyed it!
@Hitexe364 жыл бұрын
the burp was the best part of the video - haha ps.: nice javafx tutorial
@paulleonartcalvo4334 жыл бұрын
Hey, I really love these videos and they're very clear in general. I'm having some trouble with background images. Any way you could show some strategies to include images that resize with the window or pane?
@malakasgunawardhana25434 жыл бұрын
How can we upgrade this code to calculate double numbers?
@laafafraihab3 жыл бұрын
i need this too if you have a solution can u help me ? thanks
@TonyFranco14 жыл бұрын
Great! Please, is there a way to press the number from keyboard and it´s like the correspond button is pressed?
@KodySimpson4 жыл бұрын
For sure, there are key events. I had some trouble with them because they would only work from the main class or something, but maybe you could find a good way to use them
@Xenerus4 жыл бұрын
Cool man, will you upload the stream?
@marthaortega48464 жыл бұрын
still waiting on your code, perhaps it's because I'm using the Community edition but my code is not recognizing the main class. Gives me option to import it but none are the right ones. :(
@dennissetiadiprajoko42044 жыл бұрын
i cant get the getItems() to work
@mrE6784 жыл бұрын
Can u upload ur code? Thank you for your time
@adityasahu53184 жыл бұрын
Can you please make a video on how to export this project as an executable jar file. I have converted my Javafx project to a jar file but it's not running. So, if you could help me with it that would be great. :)
@Eggdad4 жыл бұрын
Anyone else that cant use the method getText() on a button? very strange.
@malakasgunawardhana25434 жыл бұрын
Super.... thanks...
@geliangzhu91364 жыл бұрын
request. javafx module + spring framework + connect database
@KodySimpson4 жыл бұрын
Learning Spring right now, will surely do videos on that
@geliangzhu91364 жыл бұрын
@@KodySimpson Tq
@cs7a30piyushjoshi24 жыл бұрын
bruh i was lost when you started making history window
@cs7a30piyushjoshi24 жыл бұрын
he didn't give credits to geeks for geeks :P
@huseyincanercan78814 жыл бұрын
It was great series thank for sharing. Btw calculator doesnt work correctly :) there is a logical problem. You will get it if you try tihs ; First step => at first step i calculate 5 + 2 it gives me 7 which is correct 5 + 2 = 7 Second step then i want to continue calculation with divide or multiple operator then it gives me the wrong answer. 5 + 2 * 3 = 11 It supposed to be 14 .