I was looking for this for along time ago i almost thought that this is impossible to implement in java.Thank you so much,you made my day. but it would be better if the user could be able to navigate between suggestion items using arrow keys and be able to select an item by pressing ENTER. Thanks again.
@LaingRaven3 жыл бұрын
thank you and if you want use arrow key just add event key on jtextfield
@salamahmad1003 жыл бұрын
@@LaingRaven I added key pressed event to the jtextfiled and it work fine, when i press enter i could get the typed text on jtextfiled ,but the problem is i can't navigate to the suggested items using arrow keys, they don't function(arrow keys) any suggestion please.
@LaingRaven3 жыл бұрын
@@salamahmad100 wait my next video i will show you
@shrikantmundra95442 жыл бұрын
can it be done for multiple textfields in one jframe
@haafizmurad9277 Жыл бұрын
hai sir, how to make when we click the name then new JFrame will pop up that will the same with the ID
@oussamahamouda92513 жыл бұрын
Thank you
@LaingRaven3 жыл бұрын
You're welcome
@theskyrider34552 жыл бұрын
Hello sir, how could I make the ProductID appearing in the search suggestion as well, so that the search suggestion looks something like this: 2, Rise of an empire ?
@LaingRaven2 жыл бұрын
You can custom it in class Search_Item.java
@theskyrider34552 жыл бұрын
Ok, thanks
@thisisneeraj71333 жыл бұрын
Can you pls give this program and that slidable login program's code on GitHub ???
@LaingRaven3 жыл бұрын
here link : github.com/DJ-Raven/java-swing-login.git
@LaingRaven3 жыл бұрын
for this project : github.com/DJ-Raven/java-swing-search-suggestion.git
@thisisneeraj71333 жыл бұрын
@@LaingRaven 😊 thanks brother
@javazantech2 жыл бұрын
how to create mysql database automatically as soon as the system starts. thanks .
@LaingRaven2 жыл бұрын
You can try with this : www.h2database.com/html/main.html but I never do it before. Or sqllite