Custom Message Alerts with Animation using Java Swing

  Рет қаралды 5,156

Ra Ven

Ra Ven

Күн бұрын

Пікірлер: 48
@devby9
@devby9 Жыл бұрын
Just wow... you know what... You and FormDev aka flatlaf have breathed life back into the Swing framework.💥
@LaingRaven
@LaingRaven Жыл бұрын
Thank you
@Blaze_MediaTv
@Blaze_MediaTv Жыл бұрын
Never miss a chance to check whats new on this amazing channel
@LaingRaven
@LaingRaven Жыл бұрын
Thank you ❤
@Mindy2812
@Mindy2812 Жыл бұрын
It´s very cute and dinamic, giving more life to the interface, Thanks Master.
@LaingRaven
@LaingRaven Жыл бұрын
Glad you like it!
@kreiss9317
@kreiss9317 Жыл бұрын
Wow! how do you handle hiding/closing the popup to prevent multiple popups showing?
@TapTap_196
@TapTap_196 Жыл бұрын
Woah that is pretty neat!
@LaingRaven
@LaingRaven Жыл бұрын
Thank you
@hossamchokri4826
@hossamchokri4826 10 ай бұрын
This is very elegant! Please, I want to know why when I run the app, the image quality is bad
@juanrodrigotapiamamani31
@juanrodrigotapiamamani31 4 ай бұрын
How could you add the TestForm? Could you help me with that please?
@ydstudio22
@ydstudio22 Жыл бұрын
My desktop program does not work on another computer. Because the files here are on my computer. I couldn't import it to another computer
@ydstudio22
@ydstudio22 Жыл бұрын
Hello 👋 . Really great video. Make these swings as exe files, installing the files on another computer, and make a video of this desktop running.
@SergioThiago-e1g
@SergioThiago-e1g Жыл бұрын
I can't import any components from the swing-glasspane-popup-1.2.0.jar library, and I would like to know if this is a java versioning problem and there is an error in almost everything.
@LaingRaven
@LaingRaven Жыл бұрын
It's work with jdk 11 or new, for jdk 8 we will fix next
@SergioThiago-e1g
@SergioThiago-e1g Жыл бұрын
Then I just need to install JDK 11! @@LaingRaven
@LaingRaven
@LaingRaven Жыл бұрын
@@SergioThiago-e1g no need I updated for support jdk 8 . Pull for update
@abdihakiinsayid1443
@abdihakiinsayid1443 8 ай бұрын
welldone sir you helped me alot
@LaingRaven
@LaingRaven 8 ай бұрын
Your welcome 😊
@killerHumanRabbit
@killerHumanRabbit Жыл бұрын
do form validation please
@Khadimullahsidiqi
@Khadimullahsidiqi Жыл бұрын
Well done 🎉❤
@LaingRaven
@LaingRaven Жыл бұрын
Thank you
@anassanass881
@anassanass881 4 ай бұрын
mais j'ai pas trouvé le package raven.alerts ?
@LaingRaven
@LaingRaven 4 ай бұрын
Don't know why you can't find it 😐 github.com/DJ-Raven/swing-glasspane-popup/tree/main/src/main/java/raven/alerts
@KhaledKhaled-qb2im
@KhaledKhaled-qb2im Жыл бұрын
cannot close MessageAlerts After open new form when click close
@crisjustineoracion7822
@crisjustineoracion7822 Жыл бұрын
Hi Ra Ven may i ask i get this error message "Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot read field "parent" because "comp" is null" when i run my program can you please help me with this. Thank You.
@crisjustineoracion7822
@crisjustineoracion7822 Жыл бұрын
i already declare this " GlassPanePopup.install(this);" in my main class but still get that error
@killerHumanRabbit
@killerHumanRabbit Жыл бұрын
don't use in 2 or more jframe, you can only using 1 jframe
@ndro376
@ndro376 Жыл бұрын
Best sir🎉
@LaingRaven
@LaingRaven Жыл бұрын
Thank you
@Andryux94
@Andryux94 Жыл бұрын
Can you please make one Custom Message but when we have the ActionPerformed button for the Login? Fb, thanks a lot
@Andryux94
@Andryux94 Жыл бұрын
Netbeans ActionPerformed
@leandrocruz6621
@leandrocruz6621 Жыл бұрын
Perfect
@LaingRaven
@LaingRaven Жыл бұрын
Thank you
@kalanaCoder
@kalanaCoder 8 ай бұрын
it's not working plese help me
@LaingRaven
@LaingRaven 8 ай бұрын
Any error message ?
Жыл бұрын
Does it work for Java 8?
@LaingRaven
@LaingRaven Жыл бұрын
It's work with jdk 11 or new, for jdk 8 we will fix next
Жыл бұрын
Is it possible to use it in "JDialog"?
@LaingRaven
@LaingRaven Жыл бұрын
For Jdialog next update
@Herdian_weh
@Herdian_weh Жыл бұрын
😍
@LaingRaven
@LaingRaven Жыл бұрын
😍
@AwriEjai
@AwriEjai Жыл бұрын
does this not work in JDK 20? i keep getting the error message : Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Unable to call "raven.popup.GlassPanePopup.addAndShowPopup(raven.popup.component.GlassPaneChild, raven.popup.Option, String)" because "raven.popup.GlassPanePopup.instance" is null.
@LaingRaven
@LaingRaven Жыл бұрын
First install it with your jframe. use this : GlassPanePopup.install(this);
@luanflavio3594
@luanflavio3594 Жыл бұрын
@@LaingRaven How? I got this error too...
@LaingRaven
@LaingRaven Жыл бұрын
You get error from my project in github after clone ? or your own project? Make sure you call this code to install : github.com/DJ-Raven/raven-dashboard/blob/4c7e9de2e70178c2271e3019384d940fd04b23cd/src/raven/main/Main.java#L25
@AwriEjai
@AwriEjai Жыл бұрын
@@LaingRaven Thank You So much bro, You are a lifesaver
How to use TimePicker in Java Swing with FlatLaf
6:20
Ra Ven
Рет қаралды 3,4 М.
I Redesigned the ENTIRE YouTube UI from Scratch
19:10
Juxtopposed
Рет қаралды 911 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Israel Has The Right To Defend Itself | Stand-up Comedy by Daniel Fernandes
15:07
Java LayeredPane 📚
8:43
Bro Code
Рет қаралды 44 М.
Why Making Multiplayer Games SUCKS
6:46
Tom Weiland
Рет қаралды 437 М.
Something is wrong with ISPs in India 🇮🇳
13:17
Mehul - Codedamn
Рет қаралды 73 М.
Как стать ДЕЙСТВИТЕЛЬНО хорошим программистом
7:35
Бинарный происк
Рет қаралды 153 М.
Click a Button, Destroy My Site
11:40
Hyperplexed
Рет қаралды 112 М.