TextField | JavaFX GUI Tutorial for Beginners

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 12

  • @Jamazon
    @Jamazon Рік тому +1

    What did you press to open that "Organize Imports" window at 4:13? Thanks

  • @XAyaDubX
    @XAyaDubX 2 роки тому +2

    Thank you so much. This was very helpful.

    • @JavaCodeJunkie
      @JavaCodeJunkie  2 роки тому

      @XAyaDubX - You're very welcome! Glad it was helpful! Cheers!

  • @wandersongomes8405
    @wandersongomes8405 3 роки тому +1

    Muitissimo obrigado por suas aulas.

  • @kavishkamadhudhan1943
    @kavishkamadhudhan1943 2 роки тому +2

    Thank you for video...

    • @JavaCodeJunkie
      @JavaCodeJunkie  2 роки тому +1

      @Kavishka Madhudhan - You are most welcome! Thank you for the comment! 🙏

  • @SourabhBhat
    @SourabhBhat 4 роки тому +2

    I think using lambda expressions instead of anonymous classes makes the code more readable. Any reason for not using lambda expressions?

    • @JavaCodeJunkie
      @JavaCodeJunkie  4 роки тому +2

      HI Sourabh Bhat. Thank you for watching and also taking the time to comment! The main reason that I use anonymous inner classes instead of lambda expressions is that the inner class is more explicit and easier for beginners to understand. For the most part though, whether you use anonymous inner classes, inner classes, outer classes or lambda expressions is mostly just a personal choice. Thank you again for your comment and I hope to see you again soon! ;-)

    • @SourabhBhat
      @SourabhBhat 4 роки тому +1

      @@JavaCodeJunkie Thanks for taking time to reply! You are doing a great job in making these tutorials... Thanks!

  • @HappyYourSelf
    @HappyYourSelf 3 роки тому +1

    How to type unicode in textfield. please, thank you so much !!!

    • @JavaCodeJunkie
      @JavaCodeJunkie  3 роки тому

      @Man Happy - To enter a Unicode character, simply press the Ale key and the 4-digit Unicode character number. The caveat is that the font that you are using must be capable of displaying the character. Cheers!