JavaFX Tutorial | JavaFX Connect to MySQL Database (2021) - Basic Demo

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 25

  • @alexanderzharkov6953
    @alexanderzharkov6953 3 года назад +3

    Great tutorial. I've learned so much though I wasn't sure I will find the required information in this tutorial. Thank you so much

  • @drac.96
    @drac.96 3 года назад

    Really nice to see how to create a JavaFX application and handle errors along the way!

  • @unfortunately816
    @unfortunately816 3 года назад +7

    if you don't explain the workbench part, what is the point?

  • @franklinAll8735
    @franklinAll8735 2 года назад +1

    Thank you so much bro. You saved me.

  • @gamersm4754
    @gamersm4754 2 года назад +1

    you realy helped me thx a lot !!

    • @tookootek
      @tookootek  2 года назад +1

      Glad I could help!

  • @skanerkodowkreskowychqr3794
    @skanerkodowkreskowychqr3794 6 месяцев назад

    Perfect job

  • @anateasa1842
    @anateasa1842 Год назад

    very helpful. thanks

  • @sarah0786
    @sarah0786 3 года назад +1

    Di man ako makaintindi nito ba javafx,MySQL thanks for the demo tutorial.

  • @ВитяМаксимов-л9ш

    thank you bro

  • @draganbjelica9013
    @draganbjelica9013 3 года назад +1

    but what does your main class look like? I did everything like you and because I tried to run it it was just showing me my default "Hello World" main class

    • @tookootek
      @tookootek  3 года назад

      The main class is just that, loading the FXML, perhaps your Scene is bigger than what you set in the main class? please check setScene vs what you set in the scene builder. can you share your main class here? the one with FXMLLoader.load

  • @catdragon2096
    @catdragon2096 Год назад

    2:27 May I know about the effect you use in the button?

  • @oumaymaredissi5213
    @oumaymaredissi5213 3 года назад

    Great tutorial !

  • @unfortunately816
    @unfortunately816 3 года назад

    What is that database? suddenly generated?

  • @ankitsubedi829
    @ankitsubedi829 3 года назад

    How did you connect to the Mysql workbench?

    • @tookootek
      @tookootek  3 года назад

      Hey there Ankit! You may check @08:22 - that is the DatabaseConnection class with database credentials and drivers needed.

    • @ankitsubedi829
      @ankitsubedi829 3 года назад

      @@tookootek the instruction wasn't clear so I googled it and got it. Thanks anyway.

    • @muhammadmisbahudindaffakus8739
      @muhammadmisbahudindaffakus8739 3 года назад

      @@ankitsubedi829 where u can got that?

  • @RaadselsShortsNL
    @RaadselsShortsNL 3 года назад

    How can i connect woth a remote database imported in mysql bases at phpadmin

    • @RaadselsShortsNL
      @RaadselsShortsNL 3 года назад

      With*

    • @tookootek
      @tookootek  3 года назад +1

      Hey there my friend, you can manage it in your DatabaseConnection class specifically the URL connection string. You need to replace the localhost with either the IP address or host name (server name) of your remote database. Instead of localhost/port try IP/port or hostname/port

  • @Rita-og7cy
    @Rita-og7cy 3 года назад +1

    thankssss