I want to store the text of a textfield in an integer variable.For example if i write 45 in text field, i want this text that is 45 to be stored in an integer variable so that i can use it to set the same text in another textfield.How?
excuse me but , would you mind makeing the same video but this time explaining what the code does exactly. Im sorry if im just to new to get all this but i understood nothing. just tried to think what the commands my do. for example what is VK_LEFT etc.
Hi! Sorry if the video was not clear enough; I'm not in a great spot to record new videos right now, but I am happy to answer any questions. VK_LEFT is just a constant - it represents the KeyEvent value for arrow keys (since they don't have obvious codes).
Thanks Professor I was hunting this down for 2 days now. You definitelty earned a sub
After searching for about 10 hours I found your video. Thank you dear Sir
DAMN really looking for this realll hard!! thanks man!!
no problem!
Thank you so much sir , really this is very useful for me....... great job Sir...........
a video about a Game loop whould be great
I want to store the text of a textfield in an integer variable.For example if i write 45 in text field, i want this text that is 45 to be stored in an integer variable so that i can use it to set the same text in another textfield.How?
You can use Integer.parseInt(someString) to convert a String to an int, and you can use Integer.toString(someInt) to do the opposite.
excuse me but , would you mind makeing the same video but this time explaining what the code does exactly. Im sorry if im just to new to get all this but i understood nothing. just tried to think what the commands my do. for example what is VK_LEFT etc.
Hi! Sorry if the video was not clear enough; I'm not in a great spot to record new videos right now, but I am happy to answer any questions. VK_LEFT is just a constant - it represents the KeyEvent value for arrow keys (since they don't have obvious codes).
Can you make a splash loading bar
This helped me a bit
you are great ___________thank you so much
fantastic
Thanks!