That moment when you click on a Scene builder tutorial and the microphone quality is nice - awesome
@Trolosi1234 жыл бұрын
The dialect of english typically found in India is considered an official branch of the english language, and is therefore not actually "poor" english - just different.
@mathisawesome6184 жыл бұрын
@@Trolosi123 You are absolutely right. I am sorry, i did not mean to be rude and I realise now that my comment was really inappropriate. I am thankful for everyone who takes the time to make a tutorial for other people, no matter the accent or the technology.
@anon_1-n1e4 жыл бұрын
@@Trolosi123 Sure but it just sounds really bad and the Indians should try to improve rather than get offended.
@SM-te2xw3 жыл бұрын
@@Trolosi123 9
@qualitymanifest406 жыл бұрын
Thank you!! This really is by far the best JavaFX tutorial out there. I must have started about a dozen, including a paid course on udemy, and this is explained and organized far better than all of them.
@jasonguyperson6 жыл бұрын
Thank you Chief, I owe you one. This little series took some effort on your part and it paid off for me. Thanks again!
@lucasaparecido10864 жыл бұрын
hey dude, thanks a lot for this tutorial playlist, you're saving me a whole semester of frustrated tries to learn and understand javafx. I hope to learn more with you and your new playlists :)
@jonathannilsson154 жыл бұрын
Instead of writing everything by hand at 5:50 you can simply go inside scene builder and add the fx:id first and the go to "View" -> "Show sample controller skeleton" and copy that code into the Person class. Replace the first "?" with the class name (ie. "Person" in this case) and the other "?" with you variable type (Integer, string etc).
5 жыл бұрын
you have saved my university project in so many ways, thank you so much!!! please keep it up!!
@muser54487 жыл бұрын
You absolutely did the best job about JavaFX scene builder. You help me a lot. Thanks and wish you keep it ! Come on!
@bullet9963 жыл бұрын
Thanks for the video man and keep up the good work!
@doug98962 жыл бұрын
Really good tutorial. I would suggest that you slow down just a bit and make sure you explain where a variable or object was defined that you are going to use. Took me a few backups and replays to fully understand the connection between the scene builder id and what you were using in your controller. Other videos used the same name across different files and was hard to keep track of where they were referencing. Otherwise, great job and I finally got my TableView to load data. Now off to connect it to the database..
@sabirmohammeditaieb72974 жыл бұрын
it didn't work for me, the list didn't show at all in the table view
@santiagotorres86804 жыл бұрын
Thank you soo much for sharing your knowledge! You are amazing :)
@firdaousslotfi96164 жыл бұрын
Thank you this was a life saving tutorial !!
@fadif88185 жыл бұрын
Thank you so much for this video! It was so helpful!
@nkola896 жыл бұрын
hi, how can I dynamically manage the space when I expand the columns, thus making a scroll appear? thank you so much
@ifraz66 жыл бұрын
On selecting the row on tableview, text field to populated with tableview selected data. How to do that.
@dawidgora74723 жыл бұрын
Thanks for help but I have an issue. My model has 2 private properties which are different classes. How do I access theirs properties in PropertyValueFactory?
@josealejandrochavarriamadr7135 жыл бұрын
Thanks a lot dude, this was super useful!!
@sibtiali8023 жыл бұрын
my object is added but is invisible, is this because of the boolean attribute in my class's constructor?
@DanceUnderInfluence3 жыл бұрын
The cells are filled, but invisible.. How do I fix this?
@havaisali56935 жыл бұрын
How can I add data from a CSV file into the TableView? For example instead of birthday, have a column from a CSV file shown?
@meghanagopu54614 жыл бұрын
Saved my Grade and Life!
@vinipachecov7 жыл бұрын
Thank you very much, excellent tutorial!
@amberlilith37457 жыл бұрын
I can't understand what is wrong. I have made every things very like the video but the table don't show the texts. In runtime, the table have the same number of lines of the table in the database but nothing is shown. P.S. sorry about my English.
@van-geraldolivares96627 жыл бұрын
Probably you wrote wrong the getter in your Class, if i have a "Person" Class with variable names id, firstname, lastname the getter must be getId(), getFirstname(),getLastname() respectively
@amberlilith37457 жыл бұрын
Many thanks, guy. This was actually useful.
@jasonguyperson6 жыл бұрын
@@van-geraldolivares9662 Your comment seriously helped me out. Thank you very much.
@cubingunlocked18127 жыл бұрын
Thanks, great video. But why do we use simple string property instead of string??? And how can I add image to a table view??
@jaretwright2237 жыл бұрын
I used a SimpleStringProperty so that later the user could edit directly in the table. As for the image in a table, you can add an Image object in the table the same as any other type of object.
@IcyBlade30035 жыл бұрын
What's the point of SimpleStringProperty? It seems to work just with ordinary String.
@jaretwright2235 жыл бұрын
It allows you to edit the table directly
@IcyBlade30035 жыл бұрын
@@jaretwright223 Directly as in, clicking on them after I run the application? Or as in, edit the observable list with code?
@jaretwright2235 жыл бұрын
TDuncker You can make the table such that users can click on a cell, edit the content and then save the change directly. That will allow it to behave more like an Excel experience.
@IcyBlade30035 жыл бұрын
@@jaretwright223 Interesting! I might need that for our medicine module implementation test. Can you refer me to the name of that method or a source explaining it? Also amazing you answer comments on your videos so late after upload :)!
@TheVagofino6 жыл бұрын
Thank you! your video really help me.
@freya91074 жыл бұрын
Please help, I fallowed along, and I get the error WARNING: Can not retrieve property 'name' in PropertyValueFactory: javafx.scene.control.cell.PropertyValueFactory@4528eb73 with provided class type: class Model.OutSourced java.lang.RuntimeException: java.lang.IllegalAccessException: module javafx.base cannot access class Model.Part (in module HelloWorldFX) because module HelloWorldFX does not open Model to javafx.base I'm using different columns on the table.
@bens17527 жыл бұрын
DO you have any ideas as to why there is no data showing up in my table? I thought I followed every step, and I'm getting no errors.
@nadinesebri62077 жыл бұрын
me too !!
@oystein186 жыл бұрын
I did change the initialize function on the tableController to look the same as the initialize function in the first scene. Then it worked for me.
@jawehers4 жыл бұрын
thank you for the good tutorial but how to build a connection of this code to mysql DB ??
@Kronk_Code3 жыл бұрын
ty so much you helped me alot
@mohammadattarzoghy65202 жыл бұрын
Thanks . great job
@Janikowskiii3 жыл бұрын
Thank's a lot, Sir!
@lapaloj4156 жыл бұрын
Hi there, I have a question. How to send you a mail?
@mostdope34596 жыл бұрын
anyone else getting a null pointer exception in the initialize method??
@jaretwright2236 жыл бұрын
Here is a video that describes the common causes of the null pointer exception when using SceneBuilder. kzbin.info/www/bejne/h3m9Yn6MbJV_eKc
@mostdope34596 жыл бұрын
Jaret Wright thank ya sir
@andrei37204 жыл бұрын
Can you do a tutorial with using images in javafx? Like display the image from database
@vatsalrahul52586 жыл бұрын
How can i add values into the table that is getting generated dynamically but the values are stored then i am trying to add it resultS3.items.get().add(new S3RESULT(bucketname,key,size.toString,storageClass,lastmodified.toString)) here the result S3 is tableview variable and S3 Result is the Table Name, there are values in the bucknetname,key,size but while runnig it is saying null pointer exception
@jamieoliver86327 жыл бұрын
thanks dude, keep doing vidz
@jaretwright2237 жыл бұрын
Without seeing your code, I don't know that I can give you much advice with being able to see the code. Having said that, use the code at github.com/JaretWright/GUIDemo. Use a utility such as beyond compare (www.scootersoftware.com/) to compare the files with yours. Often our eyes will not catch a minor difference between files, but that software is great and highlights it in red. It even lets you edit the files directly.