JavaFX Tutorial | Search Bar and TableView filter result as you search

  Рет қаралды 33,770

tookootek

tookootek

Күн бұрын

Пікірлер: 51
@yefrivelasquez7920
@yefrivelasquez7920 3 жыл бұрын
This makes a search bar much more responsive and makes any application that little bit better - Easy to follow and understand. Keep up the great videos 👍
@tookootek
@tookootek 3 жыл бұрын
Great to hear!
@biocode5441
@biocode5441 Жыл бұрын
I like your coding style; voice is pleasant; time is not wasted on introductions or long-winded explanations; kudos !
@tookootek
@tookootek Жыл бұрын
Thanks a lot!
@Jinanonuevo
@Jinanonuevo Жыл бұрын
wow, I wish you were my professor in my college when I was learning java
@bsky1998
@bsky1998 3 жыл бұрын
Saved me from a ton of frustration with implementing this with a persistent application vs my first app which was non-persistent. Thank you so much! 💖
@arthurkozubov6437
@arthurkozubov6437 3 жыл бұрын
man, i'm so happy to meet you, thanks !!!
@mastershonobi110
@mastershonobi110 Жыл бұрын
Very noice vids. This one was a little too fast…but as usual one can always pause it. Great explanations as you went along. So helpful. Ty.
@tookootek
@tookootek Жыл бұрын
Thanks for the feedback, surely noted. Glad it was helpful!
@mastershonobi110
@mastershonobi110 Жыл бұрын
@@tookootek I’m using your vids as my “standards” for JavaFx usage. I have started from the very first one to understand what’s needed, iron out any SDK errors etc..and get comfortable with “Scene Builder!” Ty
@r.rashmiya3001
@r.rashmiya3001 2 жыл бұрын
its great. your video series amazing . thank you so much.
@justNoxx
@justNoxx 2 жыл бұрын
Thanks!! Your video makes easy to learn javafx and sql database
@tookootek
@tookootek Жыл бұрын
Glad it helped!
@amitanandanurag584
@amitanandanurag584 Жыл бұрын
very nice coding style. very much helpful
@tookootek
@tookootek Жыл бұрын
Glad it was helpful!
@ecossefreres5690
@ecossefreres5690 2 жыл бұрын
I am having trouble Starting the main as you do around 5:00 , it loads a tons of errors in intelijj starting with "Exception in Application start method" .AFter 2 days of research i'm thinking it's coming from the fxmlloader part in the main (as he dont find the path to my files. I haven't done the module-info.java tho bc when i do it just dosnt load with an error as doesn't file the module(in your cas name ProductFinder). I hope you could help me.Paul
@ruangustavoaraujodasilveir7131
@ruangustavoaraujodasilveir7131 2 жыл бұрын
just perfect! thank you, it worked
@johnmcafee9169
@johnmcafee9169 2 жыл бұрын
thank you bro you saved my day
@tookootek
@tookootek 2 жыл бұрын
You are welcome!
@yusupovazamjon
@yusupovazamjon 2 жыл бұрын
Thank you bro this was very helpful to me I look forward to more interesting videos thank you very much👍👍👍👍
@MohamedReda-sv6sl
@MohamedReda-sv6sl 3 жыл бұрын
Thank you very much it's a fantastic video and go on and do more tutorials.
@tookootek
@tookootek 3 жыл бұрын
Thank you for the kind words
@raniathemri949
@raniathemri949 6 ай бұрын
thanks man
@sknafiz
@sknafiz 7 ай бұрын
Thank you ❤
@euclides981
@euclides981 2 жыл бұрын
Amazing... 👏
@tookootek
@tookootek Жыл бұрын
Thanks a lot 😊
@mihailocickovic3455
@mihailocickovic3455 2 жыл бұрын
Nice :D Great tutorial :)
@k0.9486
@k0.9486 2 жыл бұрын
What is the b -> true in the filteredlist? I've not been able to find documentation, and while it's working I just simply don't understand what's going on. It might be useful to know I'm not great at Java, just learning now from Python. If anyone knows the details here, I'd greatly appreciate it.
@tookootek
@tookootek 2 жыл бұрын
Hello there! That is a Lambda Expression, I suggest you check it out. It will help you understand expression like b -> true
@k0.9486
@k0.9486 2 жыл бұрын
@@tookootek thanks for the reply. After coding some more, I seem to have the basics grasped.
@biocode5441
@biocode5441 Жыл бұрын
what it does is set the items as initially visible; it loads the items from the database, then applies the predicate (which is a decision function of whether the item will be filtered or not) in order to populate the filtered list; a true predicate means the item gets passed into the filtered lost, whereas a false predicate means the item won't be added to the filtered list. So again, `b -> true` initially adds all items from the database list of results into the filtered list of results (which actually hets displayed); so essentially, initially there is no filtering being done (and all elements are displayed). Actually reducing the number of items ("filtering") happens in the function pointer that the author does after the filter list
@mastershonobi110
@mastershonobi110 Жыл бұрын
Hey, I’m getting an error message, “ JavaFx PropertyValueFactory is not able to retrieve property. I have looked to see if there was any misspelling, improper mismatch of Class assignment (String, Date, Integer, etc). Reviewed the fax:I’d assigned etc. no luck. Any thoughts? 😂
@mastershonobi110
@mastershonobi110 Жыл бұрын
Problem solved; the getter needed to look just like the name of the column. Meaning “PMDueDate” and NOT “pmDueDate” as it was in fields for the “ProductSearchModel” Class…JESUS… Be careful with your “Getters” they could give you the above “Error Message,” “Just A Thought!”
@farasakbar2761
@farasakbar2761 3 жыл бұрын
when I tried to run, there's an error "java: excepted" on line 28 controller.java file(private TableColumn, BigInteger; npwpTableColumn;). pls help to solve this :(
@erzafixed5372
@erzafixed5372 2 жыл бұрын
bro thank u so much
@tookootek
@tookootek 2 жыл бұрын
Happy to help
@qusaiz1103
@qusaiz1103 3 жыл бұрын
Thankss a lot , can you upload the source of java files pls ?? very necessary
@L0rdofIsh01
@L0rdofIsh01 3 жыл бұрын
how can you do this when a cell has a button in it?
@CodeisBoring
@CodeisBoring 3 жыл бұрын
thank you very much
@tookootek
@tookootek 3 жыл бұрын
You are welcome my friend
@jagotiberan2181
@jagotiberan2181 3 жыл бұрын
followed exactly; when I type toString() in my if statement (like the one you typed at 16:46), it is red and says cannot resolve method "toString()". Can you help with this? I am using IntelliJ and using Javafx 11
@jagotiberan2181
@jagotiberan2181 3 жыл бұрын
btw, i have a model called Part, and getID method which returns an int id from that Part. So the if statement reads: (part.getId().toString().indexOf(searchText) > -1) and follows your statement exactly. Not sure what is wrong
@tookootek
@tookootek 3 жыл бұрын
@@jagotiberan2181 hey there bro! How I wish I can go through your code but we just do what we can do. Try this alternative (String.valueOf(productSearchModel.getModelYear()).indexOf(searchKeyword) > -1) This should work the same way, whenever toString is not available.
@VENKATARAMANA-rj1oh
@VENKATARAMANA-rj1oh 2 жыл бұрын
s0urce code where?
@bufaboymasterpiece8162
@bufaboymasterpiece8162 Жыл бұрын
literally saving my ass in university :DD
@tookootek
@tookootek Жыл бұрын
Awesome!
@Rakib-hasan-455
@Rakib-hasan-455 3 жыл бұрын
publish the code bro.
@merinfapp995
@merinfapp995 2 жыл бұрын
Bro pls the code
@djluminex2542
@djluminex2542 Жыл бұрын
source code
@rashakh5059
@rashakh5059 2 жыл бұрын
Thank you so much
JavaFX Tutorial | Login Screen with database connection (2021)
35:43
Увеличили моцареллу для @Lorenzo.bagnati
00:48
Кушать Хочу
Рет қаралды 3,3 МЛН
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 11 МЛН
1, 2, 3, 4, 5, 6, 7, 8, 9 🙈⚽️
00:46
Celine Dept
Рет қаралды 89 МЛН
JavaFX TableView with Search Filter
11:46
Cool IT Help
Рет қаралды 39 М.
JavaFX and Scene Builder - Adding and Deleting TableView Rows
4:36
JavaFX and Scene Builder - Basic Java Search bar setup
6:37
Random code
Рет қаралды 15 М.
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 814 М.
How to Set Up JavaFX in IntelliJ IDEA | Step-by-Step Guide
16:13
Hello Java By ProgrammingKnowledge
Рет қаралды 1,5 М.
Beginner's Crash Course to Elastic Stack -  Part 1: Intro to Elasticsearch and Kibana
56:42
JavaFX Login and Signup Form with Database Connection
1:18:49
WittCode
Рет қаралды 104 М.
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 87 М.
JavaFX Tutorial for Beginners - CRUD Application Part 1
30:18
xemacscode
Рет қаралды 103 М.
JAVA DTO Pattern Tutorial | Simplify Your Code
19:12
Amigoscode
Рет қаралды 212 М.
РЫБА в СТОЧНЫХ канавах ЯПОНИИ 😯 #Shorts
0:37
ФАКТОГРАФ
Рет қаралды 2 МЛН
Trend APT a pa chi - Mọi người thử chưa #gaufamily
0:13
Gấu Family
Рет қаралды 9 МЛН
Devuélveme mi carrito 😭💔 #viralvideo
0:42
WADERLINFF
Рет қаралды 53 МЛН
it’s FREAKY FRIDAY!! Her brows are made of GEMS…
0:47
Emmy Combs
Рет қаралды 17 МЛН
Who is the winner?😈🌴🔥🏆
0:23
Diana Belitskay
Рет қаралды 11 МЛН
Devuélveme mi carrito 😭💔 #viralvideo
0:42
WADERLINFF
Рет қаралды 53 МЛН
❌ LONGEST JUMP CHALLENGE: 3 POPULAR PEOPLE
0:16
Millie
Рет қаралды 13 МЛН