your video on java fx is the best i have found on the internet, thank you!
@kylehofmeister69064 жыл бұрын
If you guys want to do this with an Integer value, in the "forTableColumn()" function, make it "forTableColumn((new IntegerStringConverter())". Then your change method will be; Person personSelected = tableView.getSelectionModel().getSelectedItem(); personSelected.setYourIntValue((Integer) edittedCell.getNewValue)). Hope this makes sense and helps.
@glennadams70474 жыл бұрын
Thanks for tip. I am going to try it with a spinner control in the cell. Is that what you did ?
@voodoomajinxz7 жыл бұрын
Thank you so much for your channel, your videos are amazing, really saving me with my java modules at uni!
@UthpalaBandaradoor4 жыл бұрын
Hi can i add events to the textfield inside the cell?
@addisondavis34476 жыл бұрын
so how can we connect it to my sql,please help
@janaka5423 Жыл бұрын
Why is my table responsiveness low? When I click on the rows sometimes it doesn't response. My data isn't that much big but it responds slowly. Please reply.
@youcefbouguerni4494 жыл бұрын
hello how can set string value in column of row selected in tableview using javafx ??
@weili27144 жыл бұрын
what if the edit is input with invalid pattern how to i stop the change to the table
@meesbuschman54967 жыл бұрын
What about chancing the TextField into a ChoiceBox?
@fadif88185 жыл бұрын
Thank you man for this helpful video!
@jamieoliver86327 жыл бұрын
after you edit the cell does is safe when you close the program
@jamieoliver86327 жыл бұрын
save*
@Rita-og7cy3 жыл бұрын
broooo thank you THANK YOU
@johnhattas7 жыл бұрын
Dude thank you. Just wondering, what resources did you use to learn this?
@walterweiss65704 жыл бұрын
this is a good piece of work, but I' missing the start methode and the loading of the fxml file
@jaretwright2234 жыл бұрын
Check out the first video in the playlist kzbin.info/aero/PLoodc-fmtJNYbs-gYCdd5MYS4CKVbGHv2
@amaliavina40295 жыл бұрын
u are the best. thanks!!!
@melodysdogtraining7 жыл бұрын
I want to know how to save the edit to sqlite!
@jaretwright2237 жыл бұрын
It's not exactly the same (but pretty close), this link is to a part of a video series that shows how to read from a MySQL database and other videos in the series show how to store to MySQL database. kzbin.info?o=U&video_id=zBljaRFGm5Y
@gamerchannel56084 жыл бұрын
Thank you!
@wesosdequeso83607 жыл бұрын
Just realized i needed to setEditable(true) thought it was activated by default like in Swing.
@nguyenkha53227 жыл бұрын
but this is javafx
@mohamedkramti39234 жыл бұрын
Thank you
@5kpwc145 жыл бұрын
Bravo it helped me a lot but I was expecting you to finish the anniversary date. Is it possible to send me the code or I can edit datepicker (datebirthday) thank you