Java Swing Dashboard with JDesktopPane and JInternalFrame using FlatLaf

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

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

  • @RenderDragon
    @RenderDragon 7 месяцев назад +2

    Our Swing legend finally used IntelliJ! Amazing job :D

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

    You always surprise us ❤ big love 😍

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

      Thank you so much 😀

  • @Rubbla-od9ib
    @Rubbla-od9ib 7 месяцев назад

    Dude wtf this is magic

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

    Great job as always

  • @Rubbla-od9ib
    @Rubbla-od9ib 7 месяцев назад

    Seriously good job mate

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

    Great job as always keep up

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

    It's amazing😍😍!!!

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

    Es el canal q he buscado por años

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

      Thanks you 😁

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

      @@LaingRaven of everyone! amazing job, and really necesary. I love java! and swing it is very nice done!

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

    Also, do you have a tutorial on how to use MiGLayout? I know, there is a cheatsheet, but it has no code examples.

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

      Not yet have for miglayout tutorial

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

    very helpfull content

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

    wow amazing. Do you have a tutorial video about horizontal calendar?

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

      Sorry I don't have.

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

    Very good!

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

    Java swing god

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

    Amazing.

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

    Btw, I am interested how can I make my Swing program redraw its content immediately when window resized, like IntelliJ does?

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

    Hello! 😅
    Do you have a tutorial on how to make smooth scrolling in Swing like in IntelliJ? It will probably need some custom rendering, I guess.

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

      Sorry I can't, but I hope it come with flatlaf : github.com/JFormDesigner/FlatLaf/pull/150

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

    thanks bro

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

      You are welcome 😘

  • @system.io.365
    @system.io.365 7 месяцев назад

    🎉

  • @sullivandonglao
    @sullivandonglao 5 месяцев назад

    Hello, is there a way to use the ikonli java library for the SimpleMenuOption Items icon instead of SVG file?

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

      I have updated in new branch. or check this : github.com/DJ-Raven/flatlaf-dashboard-001/commit/c0f2c767b1230a5eeb571aee95a9ba201c4b4b75

    • @sullivandonglao
      @sullivandonglao 5 месяцев назад

      @@LaingRaven Thank you so much!!!!

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

    super()🤩

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

    Where did you get or download the ".svg" files for the icon?

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

    Hello I have a Zip header not found with swing-background-blur library when l build the project
    Please can you help me

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

      Did you add another library to this project ?
      I have build it, and it work

    • @ibrahimasy431
      @ibrahimasy431 6 месяцев назад +1

      @@LaingRaven thanks M raven the error came from the way I downloaded the library from your GitHub account now I have fixed that and thanks for your amazing job I’m learning a lot by watching your videos

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

    i can't run the file on netbeans
    and another question can a two seperate projects ine with meaven and one is a java regular
    ${basedir}/library/swing-blur-background-1.0.2.jar
    always the error hear

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

      It's different with netbean
      Here how to add jar file in maven project using netbean
      1. Copy `swing-blur-background-1.0.2.jar` to your project
      2. Go to netbean project
      - right click on Dependencies and select `Add Dependency...`
      - input `Group ID`, `Artifact ID`, `Version` and click Add
      3. You will see `swing-blur-background-1.0.2.jar` in dependencies
      - right click on it and select `Manually install artifact`
      - Browse to the jar file and select

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

      @@LaingRaven it's work thank you

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

    would this work on Java with Ant?

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

      No

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

      @@LaingRaven Sir, I'm only a beginner, but I don't know which to choose between Ant and Maven.

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

      Ant you need download dependencies manually, but maven it automatically download dependencies from repositories like maven Central you just add the xml dependencies to the pom.xml file
      You can search for library here : mvnrepository.com/repos/central

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

      @@LaingRaven thank you for making me understand the difference, better than other.