Our Swing legend finally used IntelliJ! Amazing job :D
@musabnet9 ай бұрын
You always surprise us ❤ big love 😍
@LaingRaven9 ай бұрын
Thank you so much 😀
@RenderDragon9 ай бұрын
Also, do you have a tutorial on how to use MiGLayout? I know, there is a cheatsheet, but it has no code examples.
@LaingRaven9 ай бұрын
Not yet have for miglayout tutorial
@Rubbla-od9ib9 ай бұрын
Seriously good job mate
@LaingRaven9 ай бұрын
Thank you 😃
@pointer2559 ай бұрын
Great job as always
@LaingRaven9 ай бұрын
Thank you 😃
@kud4079 ай бұрын
Great job as always keep up
@LaingRaven9 ай бұрын
Thank you 😘
@vanurytdna4749 ай бұрын
wow amazing. Do you have a tutorial video about horizontal calendar?
@LaingRaven9 ай бұрын
Sorry I don't have.
@karesmanetoquaresms83309 ай бұрын
It's amazing😍😍!!!
@LaingRaven9 ай бұрын
Thank you 😘
@Rubbla-od9ib9 ай бұрын
Dude wtf this is magic
@LaingRaven9 ай бұрын
Thank you 😃
@RenderDragon9 ай бұрын
Btw, I am interested how can I make my Swing program redraw its content immediately when window resized, like IntelliJ does?
@yasmindominguez7879 ай бұрын
Es el canal q he buscado por años
@LaingRaven9 ай бұрын
Thanks you 😁
@luchogurruchaga13519 ай бұрын
@@LaingRaven of everyone! amazing job, and really necesary. I love java! and swing it is very nice done!
@RenderDragon9 ай бұрын
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.
@LaingRaven9 ай бұрын
Sorry I can't, but I hope it come with flatlaf : github.com/JFormDesigner/FlatLaf/pull/150
@ernestrhushenge89829 ай бұрын
very helpfull content
@LaingRaven9 ай бұрын
Glad to hear that
@sullivandonglao7 ай бұрын
Hello, is there a way to use the ikonli java library for the SimpleMenuOption Items icon instead of SVG file?
@LaingRaven7 ай бұрын
I have updated in new branch. or check this : github.com/DJ-Raven/flatlaf-dashboard-001/commit/c0f2c767b1230a5eeb571aee95a9ba201c4b4b75
@sullivandonglao7 ай бұрын
@@LaingRaven Thank you so much!!!!
@savindusadeepa56789 ай бұрын
thanks bro ☺
@LaingRaven9 ай бұрын
You are welcome 😘
@ibrahimasy4318 ай бұрын
Hello I have a Zip header not found with swing-background-blur library when l build the project Please can you help me
@LaingRaven8 ай бұрын
Did you add another library to this project ? I have build it, and it work
@ibrahimasy4318 ай бұрын
@@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
@MoroTecho9 ай бұрын
Where did you get or download the ".svg" files for the icon?
@LaingRaven9 ай бұрын
Use icon8
@loaymostafa_7 ай бұрын
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
@LaingRaven7 ай бұрын
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_7 ай бұрын
@@LaingRaven it's work thank you
@abadvincula819 ай бұрын
Very good!
@LaingRaven9 ай бұрын
Thanks!
@PocanYT9 ай бұрын
Amazing.
@LaingRaven9 ай бұрын
Thank you 😃
@dantevillalon35778 ай бұрын
would this work on Java with Ant?
@LaingRaven8 ай бұрын
No
@dantevillalon35778 ай бұрын
@@LaingRaven Sir, I'm only a beginner, but I don't know which to choose between Ant and Maven.
@LaingRaven8 ай бұрын
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
@dantevillalon35778 ай бұрын
@@LaingRaven thank you for making me understand the difference, better than other.