Java Swing and MySQL | Select, Insert, Delete, Update and Desing using FlatLaf - Part #1

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

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

  • @shehab9730
    @shehab9730 7 месяцев назад +1

    great stuff keep up the solid work Ra ven

  • @dazzlepelobello
    @dazzlepelobello 7 месяцев назад

    May I ask, Where did you read the syntax of all the flatlafproperties.style like changing the arc etc...?

    • @LaingRaven
      @LaingRaven  7 месяцев назад

      You can get from this : www.formdev.com/flatlaf/components/

  • @andersonferreira5836
    @andersonferreira5836 7 месяцев назад

    Teacher,
    It turned out very good, congratulations.

  • @sakamotoyuuji5046
    @sakamotoyuuji5046 7 месяцев назад +1

    waiting for the next part until finish
    keep it up master 🙇‍♂🙇‍♂

  • @kitnaaja
    @kitnaaja 7 месяцев назад +1

    when did u upload the part 2?
    i want to see how to connectin to database

    • @LaingRaven
      @LaingRaven  7 месяцев назад

      I try to release soon as I can. And thank for waiting 😘

  • @freytryggvason5488
    @freytryggvason5488 7 месяцев назад

    Amazing as always!
    How can one implement smooth scrolling (using mouse wheel) in these scroll panes!
    Thanks!

    • @LaingRaven
      @LaingRaven  7 месяцев назад

      Flatlaf not yet suppport smooth scroll with mouse wheel, it support only trackpads

    • @freytryggvason5488
      @freytryggvason5488 7 месяцев назад

      @@LaingRaven Perhaps one can use a Timer and MouseWheelListener to make a custom smooth scrolling functionality?

    • @LaingRaven
      @LaingRaven  7 месяцев назад +1

      It hard to custom 😪
      Check this PR. Now in draft, maybe flatlaf will release this feature
      github.com/JFormDesigner/FlatLaf/pull/150

    • @freytryggvason5488
      @freytryggvason5488 7 месяцев назад

      @@LaingRaven Thanks!

  • @Herdian_weh
    @Herdian_weh 7 месяцев назад +1

    very cool 😍

    • @LaingRaven
      @LaingRaven  7 месяцев назад +1

      Thank you 😊

    • @Herdian_weh
      @Herdian_weh 7 месяцев назад +1

      @@LaingRaven try moving using supabase

  • @DevanshSaxena-wz3op
    @DevanshSaxena-wz3op 7 месяцев назад +1

    Please make a file system viewer with real time changes in JTree. Like in vs code and intellij idea

  • @sotheakam3112
    @sotheakam3112 3 месяца назад

    sir , the video is so wonderful but I want to use it with project maven . How to do that ?

  • @aboodymohammed4658
    @aboodymohammed4658 7 месяцев назад

    Good job, Bro, but won't you upload the rest of the parts?

    • @LaingRaven
      @LaingRaven  7 месяцев назад

      Not yet, but I will upload soon

    • @aboodymohammed4658
      @aboodymohammed4658 7 месяцев назад

      @@LaingRaven ا
      I am waiting for you☺️

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

    Did anyone else have problems with the 'paintComponent' method? I have an exact copy of the code, and it doesn't generate the bottomSeparatorColor

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

      RESOLVE: super.paintComponent(g) should go to the beginning and not to the end

  • @nancy-vu4bs
    @nancy-vu4bs 7 месяцев назад +1

    Can you do jCombobox in jTable Cell. and jcombobox data from database 😁
    same like the jspinner you did before

    • @LaingRaven
      @LaingRaven  7 месяцев назад

      Ok I will check this for next 😊