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