JavaFX for Beginners - Text To Speech App - Java Project Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 61

  • @TapTap_196
    @TapTap_196  7 หลายเดือนก่อน

    Github Repo: github.com/curadProgrammer/JavaFX-Series/tree/main/TextToSpeechGui
    Get 40% off CodeCrafters 👉 app.codecrafters.io/join?via=taptap

  • @serpex1609
    @serpex1609 7 หลายเดือนก่อน +9

    First sponsorship, let’s go!

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน +1

      Thanks 😀

  • @shubham_paliwal
    @shubham_paliwal 7 หลายเดือนก่อน

    Amazing! 🤩 And Congrats for the first sponsorship 🎉

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน

      Thank you 😁

  • @KeepsCoding
    @KeepsCoding 7 หลายเดือนก่อน

    Wow! That was an amazing project. Though I was new to JavaFx, I had zero issue coding this project.
    Keep up the good work 😀👍

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน

      Thanks 😁

  • @OHHS2
    @OHHS2 7 หลายเดือนก่อน

    You did such a great job, keep going! I really liked it😍😍

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน

      Thanks! 😁

  • @JitendraBorse-ym4nb
    @JitendraBorse-ym4nb 7 หลายเดือนก่อน

    Your inspiring me to create more project like this

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน

      Thanks! Glad to help 😀

  • @michalechowicz6903
    @michalechowicz6903 7 หลายเดือนก่อน

    Nice Tutorial!

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน +1

      Thanks!

  • @taiđo-h8n
    @taiđo-h8n 6 หลายเดือนก่อน

    That's great, please make more videos about javaFX🥰🥰

    • @TapTap_196
      @TapTap_196  6 หลายเดือนก่อน

      Thanks! and will do 😀

  • @EdgeLordOmen
    @EdgeLordOmen หลายเดือนก่อน +1

    Bro can you show an app where we can interface

  • @GamingPro69420
    @GamingPro69420 7 หลายเดือนก่อน +3

    Can you make a video of making any app but in Android Studio? Btw love your videos I have just started learning Android

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน +1

      Hmm...I'm not sure if I'm going to plan doing android development, but I'll see. And thanks!

  • @rajaconstantine
    @rajaconstantine 7 หลายเดือนก่อน +1

    Hii I'm Subscriber to you .. 🥰😘😘😘

    • @TapTap_196
      @TapTap_196  6 หลายเดือนก่อน +1

      I appreciate it 😀

  • @gamingzonezone1
    @gamingzonezone1 7 หลายเดือนก่อน

    You are great👍👍❤ sir❤❤

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน

      Thank You 😀

  • @chandrikaaman6472
    @chandrikaaman6472 7 หลายเดือนก่อน

    Wait my name is kevin! 😂❤, I loved the video fam ❤

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน +1

      Glad you enjoyed 😁

  • @thepeinpartz2895
    @thepeinpartz2895 4 หลายเดือนก่อน

    thankss

    • @TapTap_196
      @TapTap_196  4 หลายเดือนก่อน +1

      No problem 😀

  • @bibingka5971
    @bibingka5971 7 หลายเดือนก่อน

    Off topic here, where did you learn how to use API's in java like the one you did on the weather app?

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน +1

      Hello, I came upon the idea when I wanted to create a Weather App in Java and that lead me to researching how to do API calls in Java.
      For how I found how to do it, I used TH-cam, Google, and ChatGPT/Other LLMs.
      Hopefully this helps

    • @bibingka5971
      @bibingka5971 7 หลายเดือนก่อน

      Thanks❤

  • @DevanshSaxena-wz3op
    @DevanshSaxena-wz3op 6 หลายเดือนก่อน

    Please help me to create a file explorer like vs code in java swing with real time folder changes

    • @TapTap_196
      @TapTap_196  6 หลายเดือนก่อน

      I'll add that to one of my projects to do

    • @DevanshSaxena-wz3op
      @DevanshSaxena-wz3op 6 หลายเดือนก่อน

      @@TapTap_196 thank you but make it soon

  • @explorerars4208
    @explorerars4208 6 หลายเดือนก่อน

    bro are there any job profiles for java gui developer in industry
    what are they called?

    • @TapTap_196
      @TapTap_196  6 หลายเดือนก่อน

      Hello, in the industry they are typically called Desktop Application Developers, but from what I've seen online, I believe that building GUIs is just one of the skills that a Java developer should know. These skills might not always be mentioned in the job requirements, but developers could be tasked with building a GUI when the company requires it.
      Hopefully this helps

  • @kalairoxan2398
    @kalairoxan2398 6 หลายเดือนก่อน

    I'm getting error on 20 line Scene.getStylesheet line has error like non static method cannot be referenced from a static context

    • @TapTap_196
      @TapTap_196  6 หลายเดือนก่อน

      Hello, could you tell me which part of the video you are on?
      The reason you are getting that error is because you are calling a non-static method in main. Make sure that you are calling the Scene.getStyleSheet() in the start()

    • @kalairoxan2398
      @kalairoxan2398 6 หลายเดือนก่อน

      @@TapTap_196 thanks for the kind replay I getting the same error even im calling in start() .just I'm doing what you actually doing in the video

    • @TapTap_196
      @TapTap_196  6 หลายเดือนก่อน

      @@kalairoxan2398 No problem and gotcha. Can you tell me which part of the video you are on?

    • @kalairoxan2398
      @kalairoxan2398 6 หลายเดือนก่อน

      ​@@TapTap_1965:57

    • @kalairoxan2398
      @kalairoxan2398 6 หลายเดือนก่อน

      ​@@TapTap_196 5:57 that is 😢

  • @taiđo-h8n
    @taiđo-h8n 6 หลายเดือนก่อน

    Can you recommend a site that has a lot of voices?

    • @TapTap_196
      @TapTap_196  6 หลายเดือนก่อน +2

      Hello, I believe FreeTTS currently has 3 voices (kevin, kevin16, and alan).
      If you are looking for more voices, you might need to use a different library which you can find here
      mvnrepository.com/open-source/tts
      Hopefully this helps

    • @taiđo-h8n
      @taiđo-h8n 6 หลายเดือนก่อน

      @@TapTap_196 Wow, so few voice libraries, do you know which site has more voice libraries?

    • @taiđo-h8n
      @taiđo-h8n 6 หลายเดือนก่อน

      @@TapTap_196 Wow, so few voice libraries, do you know which site has more voice libraries?

  • @nurasylmaratkanuly5950
    @nurasylmaratkanuly5950 7 หลายเดือนก่อน

    Hello. Where can I get codes?

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน

      Oops, I forgot to add it in 😅. You can find it here: github.com/curadProgrammer/JavaFX-Series/tree/main/TextToSpeechGui

  • @Alex-fs5kd
    @Alex-fs5kd 7 หลายเดือนก่อน

    what's your theme name?

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน

      Hello it is the Dark theme, but the IDE version is the most recent version and I am using their new UI.

  • @Trollycat1822
    @Trollycat1822 5 หลายเดือนก่อน

    These are the only tutorials that actually help me but it’s in aindroid studio and I don’t have an android phone ofc the only tutorial that is good :(

    • @TapTap_196
      @TapTap_196  5 หลายเดือนก่อน

      Hello, you don't need android studio or phone for this project. I am using Intellij for the IDE. The IDE does resemble Android Studio, but its actually different.

  • @chandrikaaman6472
    @chandrikaaman6472 6 หลายเดือนก่อน

    A Request, Can you please make a web app, using Tea Virtual Machine!, it would be so cool!

    • @TapTap_196
      @TapTap_196  6 หลายเดือนก่อน

      Hmm..I'll think about it 🤔

    • @chandrikaaman6472
      @chandrikaaman6472 6 หลายเดือนก่อน

      @@TapTap_196 you, don’t need to right any other lang code, just java and it compiles to WASM or JS, of ur choice

  • @anne_the_dev
    @anne_the_dev 7 หลายเดือนก่อน

    Use eclipse interij sucks 😂

    • @TapTap_196
      @TapTap_196  7 หลายเดือนก่อน +5

      But I like Intellij 😢

    • @rajaconstantine
      @rajaconstantine 7 หลายเดือนก่อน

      😢😢😢😢😢😢😢​@@TapTap_196

    • @andiuptown1711
      @andiuptown1711 3 หลายเดือนก่อน

      *…Very beginner take 💀*