OMG this is what I need, thank you very much. You're good job!
@LaingRaven3 жыл бұрын
Thank you
@techboyLK4 ай бұрын
2:36 bro, you have loaded the data manually by adding the data to the combobox, otherwise can you make it so that you can load the data from a mysql database? For example, to show the car brands, you can load the car brands that have been put into the database from a combo box.
@antoniofarfan2653 жыл бұрын
You're the BEST bro⚡😎👍🏻💯
@LaingRaven3 жыл бұрын
Thank you
@ahmadsoft97043 жыл бұрын
May God reward you with goodness, thank you
@LaingRaven3 жыл бұрын
Thank you
@harllemalves15902 жыл бұрын
This is exact what i need, thank you
@LaingRaven2 жыл бұрын
You're welcome. Thanks you
@mohammedak66893 жыл бұрын
good job but when i bring data from database for example more than 3000 rows autocomplete work slowly , any way i loved your graphics ui it's awesome
@josiaspazzelli3333 жыл бұрын
YOU ARE THE BEST
@LaingRaven3 жыл бұрын
Thank you
@sinthonseng3 жыл бұрын
អគុណបងខ្លាំងណាស 🤩👍
@LaingRaven3 жыл бұрын
បាទ 👌
@Nomarchess3 жыл бұрын
Muy rico, sigue sabiendo videos.
@LaingRaven3 жыл бұрын
Thank you
@shalomirumva2400 Жыл бұрын
My hero❤️
@LaingRaven Жыл бұрын
❤️
@stefanopesaresi79643 ай бұрын
Hi! First of all thanks for everything! I'm trying the combobox_suggestion component in MAC. The VK_UP and VK_DOWN buttons don't work. I tried to insert code in the KeyPressed event but it doesn't execute. I also tried to connect it to JTextField. In windows it works regularly. JComboBox in MAC works fine. Do you have any suggestions? Thanks! Stefano
@mjdelacruz21232 жыл бұрын
Hi, Awesome work again. Kindly requesting for custom horizontal scrollbar for this (combobox)
@LaingRaven2 жыл бұрын
I will check it
@mjdelacruz21232 жыл бұрын
@@LaingRaven hi have you got it? Thanks
@LaingRaven2 жыл бұрын
Horizontal scroll has added to this jcombobox. Check on GitHub again
@muhammadfaye7485 Жыл бұрын
thank you, your best
@LaingRaven Жыл бұрын
Thank you
@codeasy23 жыл бұрын
Nice thanks bro 😊
@LaingRaven3 жыл бұрын
Welcome 😊
@ameen14506 ай бұрын
Bro can u do same task to search and filter...for example if i search "ganis" it must show afganistan..same like
@TranDucPhiLong3 ай бұрын
Awesome my teacher. But I have problem when type Unicode character like "Â Ă Ư". Can you give me some suggestions?
@adarmawan117 Жыл бұрын
How about multiple selected combobox, bro,? Can you make it,?
@LaingRaven Жыл бұрын
Ok bro i will check it
@adarmawan117 Жыл бұрын
@@LaingRaven Thanks bro.. 🙏🔥
@DeatherDreamer2 жыл бұрын
Hi, I love your custom Swing components. I have a question regarding this one: Whenever I set this custom ComboBox to disabled ( setEnabled(false)), the text color doesnt change How can I achieve the color change?
@LaingRaven2 жыл бұрын
Text color or Background color. I have test It has problems with background color
@DeatherDreamer2 жыл бұрын
It does not change the text color when disabled
@LaingRaven2 жыл бұрын
@@DeatherDreamer screenshot your problems send to my Facebook page .I try fix it.
@TuanNguyen-cx2pf9 ай бұрын
Hi, How can i add list to ComboSuggestion,can you give me a way to do it?Thanks
@LaingRaven9 ай бұрын
You want to add java.util.List to this combobox ? Just for loop the list then use method combobox.addItem()
@burgertvanderlinde1045 Жыл бұрын
how do i add this to a table since the combobox is a class?