Java Swing Dashboard with JDesktopPane and JInternalFrame using FlatLaf

  Рет қаралды 4,603

Ra Ven

Ra Ven

Күн бұрын

Пікірлер
@RenderDragon
@RenderDragon 9 ай бұрын
Our Swing legend finally used IntelliJ! Amazing job :D
@musabnet
@musabnet 9 ай бұрын
You always surprise us ❤ big love 😍
@LaingRaven
@LaingRaven 9 ай бұрын
Thank you so much 😀
@RenderDragon
@RenderDragon 9 ай бұрын
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 9 ай бұрын
Not yet have for miglayout tutorial
@Rubbla-od9ib
@Rubbla-od9ib 9 ай бұрын
Seriously good job mate
@LaingRaven
@LaingRaven 9 ай бұрын
Thank you 😃
@pointer255
@pointer255 9 ай бұрын
Great job as always
@LaingRaven
@LaingRaven 9 ай бұрын
Thank you 😃
@kud407
@kud407 9 ай бұрын
Great job as always keep up
@LaingRaven
@LaingRaven 9 ай бұрын
Thank you 😘
@vanurytdna474
@vanurytdna474 9 ай бұрын
wow amazing. Do you have a tutorial video about horizontal calendar?
@LaingRaven
@LaingRaven 9 ай бұрын
Sorry I don't have.
@karesmanetoquaresms8330
@karesmanetoquaresms8330 9 ай бұрын
It's amazing😍😍!!!
@LaingRaven
@LaingRaven 9 ай бұрын
Thank you 😘
@Rubbla-od9ib
@Rubbla-od9ib 9 ай бұрын
Dude wtf this is magic
@LaingRaven
@LaingRaven 9 ай бұрын
Thank you 😃
@RenderDragon
@RenderDragon 9 ай бұрын
Btw, I am interested how can I make my Swing program redraw its content immediately when window resized, like IntelliJ does?
@yasmindominguez787
@yasmindominguez787 9 ай бұрын
Es el canal q he buscado por años
@LaingRaven
@LaingRaven 9 ай бұрын
Thanks you 😁
@luchogurruchaga1351
@luchogurruchaga1351 9 ай бұрын
@@LaingRaven of everyone! amazing job, and really necesary. I love java! and swing it is very nice done!
@RenderDragon
@RenderDragon 9 ай бұрын
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 9 ай бұрын
Sorry I can't, but I hope it come with flatlaf : github.com/JFormDesigner/FlatLaf/pull/150
@ernestrhushenge8982
@ernestrhushenge8982 9 ай бұрын
very helpfull content
@LaingRaven
@LaingRaven 9 ай бұрын
Glad to hear that
@sullivandonglao
@sullivandonglao 7 ай бұрын
Hello, is there a way to use the ikonli java library for the SimpleMenuOption Items icon instead of SVG file?
@LaingRaven
@LaingRaven 7 ай бұрын
I have updated in new branch. or check this : github.com/DJ-Raven/flatlaf-dashboard-001/commit/c0f2c767b1230a5eeb571aee95a9ba201c4b4b75
@sullivandonglao
@sullivandonglao 7 ай бұрын
@@LaingRaven Thank you so much!!!!
@savindusadeepa5678
@savindusadeepa5678 9 ай бұрын
thanks bro ☺
@LaingRaven
@LaingRaven 9 ай бұрын
You are welcome 😘
@ibrahimasy431
@ibrahimasy431 8 ай бұрын
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 8 ай бұрын
Did you add another library to this project ? I have build it, and it work
@ibrahimasy431
@ibrahimasy431 8 ай бұрын
@@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
@MoroTecho
@MoroTecho 9 ай бұрын
Where did you get or download the ".svg" files for the icon?
@LaingRaven
@LaingRaven 9 ай бұрын
Use icon8
@loaymostafa_
@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
@LaingRaven
@LaingRaven 7 ай бұрын
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_ 7 ай бұрын
@@LaingRaven it's work thank you
@abadvincula81
@abadvincula81 9 ай бұрын
Very good!
@LaingRaven
@LaingRaven 9 ай бұрын
Thanks!
@PocanYT
@PocanYT 9 ай бұрын
Amazing.
@LaingRaven
@LaingRaven 9 ай бұрын
Thank you 😃
@dantevillalon3577
@dantevillalon3577 8 ай бұрын
would this work on Java with Ant?
@LaingRaven
@LaingRaven 8 ай бұрын
No
@dantevillalon3577
@dantevillalon3577 8 ай бұрын
@@LaingRaven Sir, I'm only a beginner, but I don't know which to choose between Ant and Maven.
@LaingRaven
@LaingRaven 8 ай бұрын
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 8 ай бұрын
@@LaingRaven thank you for making me understand the difference, better than other.
@potatosheep
@potatosheep 9 ай бұрын
Java swing god
@LaingRaven
@LaingRaven 9 ай бұрын
Thank you 😄
@devby9
@devby9 9 ай бұрын
super()🤩
@LaingRaven
@LaingRaven 9 ай бұрын
Thank you 😃
@system.io.365
@system.io.365 9 ай бұрын
🎉
@LaingRaven
@LaingRaven 9 ай бұрын
🙂
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
I Scraped the Entire Steam Catalog, Here’s the Data
11:29
Newbie Indie Game Dev
Рет қаралды 712 М.
I Redesigned the ENTIRE YouTube UI from Scratch
19:10
Juxtopposed
Рет қаралды 912 М.
The Appointment & Recurrence Form in Scheduling for Java Swing
11:26
لا تستخدم ChatGPT
18:53
RaeedXA
Рет қаралды 164 М.
Linux commands are USELESS... therefore essential!
12:15
Adrien Linuxtricks
Рет қаралды 10 М.
I built a REAL Desktop App with both Tauri and Electron
12:22
Bufferhead
Рет қаралды 89 М.
How to Custom JSpinner as Table Cell Editor In Java Swing
19:15
OpenAI's o1 just hacked the system
26:31
AI Search
Рет қаралды 16 М.
7 Amazing CLI Tools You Need To Try
18:10
Josean Martinez
Рет қаралды 414 М.