Java Swing UI Design - Login And Register

  Рет қаралды 117,243

Ra Ven

Ra Ven

2 жыл бұрын

Java Swing UI Design
Create login and register animation using java swing with netbean
► Custom Textfield : • Java GUI - Suffix and ...
► Button Animation In Time Picker Project : • Java Swing - Time Pick...
► Miglayout Doc : devdoc.net/javamisc/miglayout/...
► Designers : dribbble.com/shots/5311359-Di...
🙏🙏🙏 Support me by subscribe 🙏🙏🙏
► Subscribe now : kzbin.info...
► Any question comment below
► Source code : github.com/DJ-Raven/java-swin...

Пікірлер: 125
@arafat877
@arafat877 2 жыл бұрын
Your GitHub repositories are very rich, congratulations
@LaingRaven
@LaingRaven 2 жыл бұрын
Thanks a lot!
@darmgim1301
@darmgim1301 2 жыл бұрын
awasome!!!!!!!
@saileshlimbu2373
@saileshlimbu2373 2 жыл бұрын
You are really helping us brother. Thanks for another awesome tutorial.
@LaingRaven
@LaingRaven 2 жыл бұрын
Glad to hear that!
@eeeeeeee6595
@eeeeeeee6595 2 жыл бұрын
Nice work!!!!!
@dimitrimolotov5888
@dimitrimolotov5888 Ай бұрын
Finally some decent video.. Much appreciated, Thanks!! How hard is it to make a code tutorial and show the progress at every step.. Yt is filled with other channels uploading clickbaits..
@LaingRaven
@LaingRaven 29 күн бұрын
Glad it helped!
@Jrgsen
@Jrgsen 5 ай бұрын
thanks for this tutorial it really helps a lot. just one question can I still implement this if I will do drop and drop when designing my ui in netbeans?
@Herdian_weh
@Herdian_weh 2 жыл бұрын
brilliant 🤑
@ziaurrahman9529
@ziaurrahman9529 Жыл бұрын
damn bro thats crazy ui, i like it
@LaingRaven
@LaingRaven Жыл бұрын
Thank you
@davesage-gp2uo
@davesage-gp2uo 7 ай бұрын
you deserve every subscription
@LaingRaven
@LaingRaven 7 ай бұрын
Thank you
@firewater1045
@firewater1045 2 жыл бұрын
Nice! Animation so smooth
@LaingRaven
@LaingRaven 2 жыл бұрын
Oh thanks!
@firewater1045
@firewater1045 2 жыл бұрын
@@LaingRaven Where can I find time framework doc?
@LaingRaven
@LaingRaven 2 жыл бұрын
@@firewater1045 I has learn from this project github.com/romainguy/filthy-rich-clients Book name filthy rich clients
@firewater1045
@firewater1045 2 жыл бұрын
@@LaingRaven It's a good book
@firewater1045
@firewater1045 2 жыл бұрын
I know this book, finally find another person who care about old swing gui.
@user-ww5cu2ll3v
@user-ww5cu2ll3v 5 ай бұрын
Excelente Raven muchas Gracias ..
@LaingRaven
@LaingRaven 5 ай бұрын
@leofilus
@leofilus Жыл бұрын
very very top!! thanks guy!
@LaingRaven
@LaingRaven Жыл бұрын
You're welcome!
@mjdelacruz2123
@mjdelacruz2123 2 жыл бұрын
Fan of your work, awesome as always. How to set when execute, login was the 1st panel not the sign up. Thank you.
@LaingRaven
@LaingRaven 2 жыл бұрын
Check on git again I has updated on part 1 only. So you can change to start with panel login just change variable isLogin = true in class Main.java
@mjdelacruz2123
@mjdelacruz2123 2 жыл бұрын
@@LaingRaven Still the same on the examples with database(part 2,3,4) I edited the part 4, added initial value for isLogin, still the register is the 1st one opening.
@LaingRaven
@LaingRaven 2 жыл бұрын
@@mjdelacruz2123 i updated part 1 only
@Cami-wd4rw
@Cami-wd4rw Ай бұрын
Hi Raven there is some clipping when i press the button that moves the frames but it glitches a lil but sometimes it does not any fix for this?
@Sanaullah-rm5ky
@Sanaullah-rm5ky 5 ай бұрын
Wonderful so amazing man
@LaingRaven
@LaingRaven 5 ай бұрын
Thank you
@PSBRUNOBIX
@PSBRUNOBIX 3 ай бұрын
Parabéns pelo excelente trabalho, realmente es muito bom no que faz
@LaingRaven
@LaingRaven 3 ай бұрын
Thank you 😘
@victoremeka4048
@victoremeka4048 4 ай бұрын
Hey, my netbeans cant find the symbol "lf" in the timingEvent method, how do i resolve that?
@juancarlosbalcarcelperez
@juancarlosbalcarcelperez Жыл бұрын
Saludos y te felicito por tu excelente trabajo, en mi caso lo he probado pero no puedo establecer la conexión con la base de datos
@LaingRaven
@LaingRaven Жыл бұрын
Check connection user name password and port
@teptrix2226
@teptrix2226 Жыл бұрын
I have to study Java to make designs like yours, they are very beautiful, give me a guide 😭🥺 I want to do it but I still don't understand 100%
@LaingRaven
@LaingRaven Жыл бұрын
I can git you some video that relate with this project miglayout : kzbin.info/www/bejne/rJXMd6KqodSXp6s java 2d : kzbin.info/www/bejne/sHTMfp-YqpZgl7M miglayout video show javafx but it's the same concept with swing.
@NoLongerStranger
@NoLongerStranger Жыл бұрын
Hello ra ven can xampp work on that system?, if not can you teach what database you're using thankyou I love your videos learn a lot.
@LaingRaven
@LaingRaven Жыл бұрын
Am using mysql you can download here: dev.mysql.com/downloads/installer/
@zahranadhifah8180
@zahranadhifah8180 Жыл бұрын
hi raven, at 23:33 i got this problem and idk why i'm so confused i already follow u step by step but still got this problem no suitable method found for add(MyTextField,String) method Container.add(String,Component) is not applicable (argument mismatch; MyTextField cannot be converted to String) method Container.add(Component,int) is not applicable (argument mismatch; MyTextField cannot be converted to Component) method Container.add(Component,Object) is not applicable (argument mismatch; MyTextField cannot be converted to Component) pls help me i'm on my project huhu. thanks before
@LaingRaven
@LaingRaven Жыл бұрын
Screenshot some code send me to my Facebook. Link fb in my cover
@user-dj7fm3nw3h
@user-dj7fm3nw3h Жыл бұрын
i got this problem to can you help me sir
@charlespoblete1212
@charlespoblete1212 8 ай бұрын
same problem do you solve it? what should i do?
@loexkms
@loexkms 4 ай бұрын
Hello, I would like to know how you managed to connect the MyTextField and MyPasswordField class to the general code. Have you used the PanelCover? the PanelLoginAndRegister? or the Main? I didn't understand this part of the program and it confuses me a little. Could you explain a little more to me?
@freemell267
@freemell267 8 ай бұрын
Hi Raven sensei. Idk why my netbeans isnt assisting me in my codes like yours. Yours automatically imports and when you were about to include the action event, it just wrote the code automatically. Idk if there's something im missing, thanks for the help
@LaingRaven
@LaingRaven 8 ай бұрын
When you writing press Ctrl+Space It will auto suggestion. so when you select suggestion code. It will auto import to you. or another way I have press Ctrl+Shift+I for fix import.
@giayaya3946
@giayaya3946 Жыл бұрын
hi sir, can you help me? at 23:33 i got this problem and i dont know why :( no suitable method found for add(MyTextField,String) method Container.add(String.Component) is not applicable (argument mismatch; MyTextField cannot be converted to String)
@charlespoblete1212
@charlespoblete1212 8 ай бұрын
same problem do you solve it?
@user-el4fs8ts3b
@user-el4fs8ts3b 21 күн бұрын
@@charlespoblete1212 Same problem as well.
@dxcomps9633
@dxcomps9633 7 ай бұрын
really good job bro, i tried to do something like that but i couldnt bcz in the code that you put in the link "login-001" in the package "com.raven.swing" class "button", the code is incomplete in this part, it makes that we can´t do the button
@LaingRaven
@LaingRaven 7 ай бұрын
After clone this project, in netbeans try build it first
@shadidmazumder359
@shadidmazumder359 23 күн бұрын
yes I have also deleted the frame but after after that at 6:12 this time frame my gradient frame was not showing
@huyhoangnguyen6959
@huyhoangnguyen6959 4 ай бұрын
do u need some libraries here
@hey_im_rahul
@hey_im_rahul 8 ай бұрын
Bro, why my panel is not size compatible please help 😢
@samsamuvel-rj4xt
@samsamuvel-rj4xt 9 ай бұрын
Hi bro
@user-el4fs8ts3b
@user-el4fs8ts3b 23 күн бұрын
Hi, I love the video. But can you make a tutorial how to download the MigLayout?
@LaingRaven
@LaingRaven 23 күн бұрын
Here you can donload from this : github.com/DJ-Raven/raven-bean-pack/tree/main/library/miglayout
@user-el4fs8ts3b
@user-el4fs8ts3b 23 күн бұрын
@@LaingRaven What about the Timing Framework?
@user-el4fs8ts3b
@user-el4fs8ts3b 23 күн бұрын
@@LaingRaven Can I ask where did you get or download you timing framework?
@LaingRaven
@LaingRaven 23 күн бұрын
timing framework also in this login project : github.com/DJ-Raven/java-swing-login-ui-001/tree/main/part%204/login-001
@user-el4fs8ts3b
@user-el4fs8ts3b 22 күн бұрын
@@LaingRaven The MyTextField seems to be not working.
@ernes1.0
@ernes1.0 2 жыл бұрын
Hollo!!!!, please tell me how fix this, when i press the sing button I get this error "java.Lang.NumberFormatException: for input string: '0,18' In this line code: v = Double.valueOf(df.format(v);
@LaingRaven
@LaingRaven 2 жыл бұрын
Pls pull from github again i has update and fixed is error. If still error report to me again thank.
@ernes1.0
@ernes1.0 2 жыл бұрын
@@LaingRaven I have downloaded the new code now the error jumps on line 53 PanelCover.java, cover.registerLeft (fraction * 100); error: java.lang.numberformatException: for input string "0,151". I use the netbeans 8.2
@LaingRaven
@LaingRaven 2 жыл бұрын
Fixed check it again problem with locale. not i change to US
@ernes1.0
@ernes1.0 2 жыл бұрын
@@LaingRaven Now it works, thank you very much, you are a genius and also kind
@user-vs9pu9vj2g
@user-vs9pu9vj2g Жыл бұрын
i use eclipse.. but in eclipse we can't put actionListenr in panel. at 9:25 actionListenr can't put in cover. help me plz
@LaingRaven
@LaingRaven Жыл бұрын
You miss this code 6:52
@VOIDRunner-gq6kh
@VOIDRunner-gq6kh 7 ай бұрын
Hi Ra ven, Test animation isn't moving, how can i solve
@LaingRaven
@LaingRaven 7 ай бұрын
Give me some screenshot send to my facebook page
@nhathuynh7630
@nhathuynh7630 2 жыл бұрын
jdk_1.8 was not found how to fix it
@LaingRaven
@LaingRaven 2 жыл бұрын
Right click on your project -> Properties-> Libraries You will see Java Platform in combobox, you can change it to your java current version use.
@ScorpeyGD
@ScorpeyGD Жыл бұрын
can I use different database like phpmyadmin?
@LaingRaven
@LaingRaven Жыл бұрын
Yes can
@theodyssey8042
@theodyssey8042 Жыл бұрын
bro why do you need to overcomplicate it just make a login and register without all those animations and unnecessary things (sorry i was very pissed off that my code wasn’t working)
@theodyssey8042
@theodyssey8042 Жыл бұрын
Sorry bro
@bachazino5104
@bachazino5104 2 жыл бұрын
PanelCover no found ????
@thyne_
@thyne_ Жыл бұрын
muda pra main que dá cetto
@user-kz7uy8jh6q
@user-kz7uy8jh6q 2 жыл бұрын
Help please
@AymanSussy
@AymanSussy 2 жыл бұрын
Hello again sir , there is a weird problem I got with the login form . I followed you step by step through all video and everything was perfect .. the animation was running smoothly and all but yesterday I start getting and error when the animation part starts. I tried to run it on another computer and still the same problem even the old backup version had the same issues . All what I did was trying to run the project on eclipse ( only the lastest not the backups ones ) and I have no Idea how could that hapens. Error when I click on sign in (Cover panel ): Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: "0,195" at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054) at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.base/java.lang.Double.parseDouble(Double.java:651) at java.base/java.lang.Double.valueOf(Double.java:614) at form.component.PanelCover.registerLeft(PanelCover.java:102) at main.Main$3.timingEvent(Main.java:76) at org.jdesktop.animation.timing.Animator.timingEvent(Animator.java:728) at org.jdesktop.animation.timing.Animator.access$200(Animator.java:75) at org.jdesktop.animation.timing.Animator$TimerTarget.actionPerformed(Animator.java:1040) at java.desktop/javax.swing.Timer.fireActionPerformed(Timer.java:311) at java.desktop/javax.swing.Timer$DoPostEvent.run(Timer.java:243) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
@LaingRaven
@LaingRaven 2 жыл бұрын
Change this code : private final DecimalFormat df = new DecimalFormat("##0.###", DecimalFormatSymbols.getInstance(Locale.US));
@haitamaljanati8720
@haitamaljanati8720 18 күн бұрын
pourquoi la méthode setText ne marche pas avec moi ?
@LaingRaven
@LaingRaven 18 күн бұрын
Make sure you have this class in your project github.com/DJ-Raven/java-swing-login-ui-001/tree/main/part%201/login-001/src/com/raven/swing
@samsamuvel-rj4xt
@samsamuvel-rj4xt 9 ай бұрын
I want know about loading frame & code pls
@LaingRaven
@LaingRaven 9 ай бұрын
Try this video : kzbin.info/www/bejne/f3WxXpt_eqt0mac
@user-dj7fm3nw3h
@user-dj7fm3nw3h Жыл бұрын
hello sir how can i connect this type of UI to a database?
@LaingRaven
@LaingRaven Жыл бұрын
Yes, we have 3 part. For connect to mysql please check part 2 and 3
@anamshaikh5010
@anamshaikh5010 2 жыл бұрын
This isnt drag n drop??
@LaingRaven
@LaingRaven 2 жыл бұрын
Yes it not drag and drop
@virgiliojuliochiboleca849
@virgiliojuliochiboleca849 Жыл бұрын
Hi Sr., can you help me to solve this error: Illegal Constraint: 'pos 0a1 n 100%' Malformed UnitValue: '0a1'
@LaingRaven
@LaingRaven Жыл бұрын
al not a1
@virgiliojuliochiboleca849
@virgiliojuliochiboleca849 Жыл бұрын
@@LaingRaven thank you! Can you give me some guides to be at your level? Where to begin, which course, books, etc.Please.
@duythanhvu240
@duythanhvu240 2 жыл бұрын
how to dowload icon, please
@LaingRaven
@LaingRaven 2 жыл бұрын
Icons8 bro.
@bohlalemokoena4165
@bohlalemokoena4165 10 ай бұрын
Is This A Maven Project Or Ant Project?
@LaingRaven
@LaingRaven 9 ай бұрын
Ant
@user-kz7uy8jh6q
@user-kz7uy8jh6q 2 жыл бұрын
How i can solve. Thet
@LaingRaven
@LaingRaven 2 жыл бұрын
What problem ?
@user-up5wc6ys4e
@user-up5wc6ys4e 2 ай бұрын
sir i want your help can you plz help me
@shadidmazumder359
@shadidmazumder359 23 күн бұрын
3:45 Did you just deleted the gradient frame or anything else explain please ?
@LaingRaven
@LaingRaven 23 күн бұрын
Yes we deleted, just drop to the frame for test
@shadidmazumder359
@shadidmazumder359 23 күн бұрын
yes I have also deleted the frame but after after that at 6:12 this time frame my gradient frame was not showing
@LaingRaven
@LaingRaven 23 күн бұрын
Check this 4:48 we add panel cover here
@shadidmazumder359
@shadidmazumder359 23 күн бұрын
In hints it showing this massages: Add@OverrideAnnotation Use Lambda expression Variable addSize is never used
@shadidmazumder359
@shadidmazumder359 23 күн бұрын
Ahh finally fixed it it was the problem with the space after the width 🐸
@user-dj7fm3nw3h
@user-dj7fm3nw3h Жыл бұрын
hi sir how can i solve the error of Illegal Constraint: 'width40.0%' ?
@LaingRaven
@LaingRaven Жыл бұрын
Missing space width 40.0%
@user-dj7fm3nw3h
@user-dj7fm3nw3h Жыл бұрын
@@LaingRaven thankyou sir I've been dealing it since yesterday😊😊 I'm a student and I'm amazed in work work thanks a lot!❤
@user-dj7fm3nw3h
@user-dj7fm3nw3h Жыл бұрын
@@LaingRaven how can i solve the glitching of the animation? its like skipping when i press the button in the output
@egierlangga_ft6606
@egierlangga_ft6606 Жыл бұрын
cool, but i always get the error register error
@LaingRaven
@LaingRaven Жыл бұрын
Google update removed less secure apps. So you need use app password. Watch this video how to create app password kzbin.info/www/bejne/j5DYZn5_mr2cjKs
@samsamuvel-rj4xt
@samsamuvel-rj4xt 9 ай бұрын
Can u help please
@moviedownload5993
@moviedownload5993 2 жыл бұрын
MigLayout no found
@LaingRaven
@LaingRaven 2 жыл бұрын
Need add miglayout library jar file to your project
@user-up5wc6ys4e
@user-up5wc6ys4e 2 ай бұрын
plz provide source code
@LaingRaven
@LaingRaven 2 ай бұрын
Already put in the description this video 😴
@AbhijeetKumar-uz2qg
@AbhijeetKumar-uz2qg 2 жыл бұрын
Bhai aap watsapp no send kar shakte ho
@LaingRaven
@LaingRaven 2 жыл бұрын
I can't. only email
@antoniotrotta4399
@antoniotrotta4399 Жыл бұрын
at 11:20 i get this error Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Illegal Constraint: 'width 40.0 %' Malformed UnitValue: '40.0 %' at net.miginfocom.layout.ConstraintParser.parseComponentConstraint(Unknown Source) at net.miginfocom.swing.MigLayout.setComponentConstraintsImpl(Unknown Source) at net.miginfocom.swing.MigLayout.setComponentConstraints(Unknown Source)
@VOIDRunner-gq6kh
@VOIDRunner-gq6kh 7 ай бұрын
I get the same too. If u solved then how
@dalladahirabdi589
@dalladahirabdi589 7 ай бұрын
My project shows Package org.jdesktop.animation.timing.TimingTarget doesn't exist. Any vid referrence
@LaingRaven
@LaingRaven 7 ай бұрын
Add timing jar file to your project, for jar file I already put in this project
Java Swing - Navigation Bar and Pane Transitions
22:13
Ra Ven
Рет қаралды 8 М.
JAVA - How To Design Login And Register Form In Java Netbeans
23:02
Coding with Elias
Рет қаралды 149 М.
어른의 힘으로만 할 수 있는 버블티 마시는법
00:15
진영민yeongmin
Рет қаралды 11 МЛН
How many pencils can hold me up?
00:40
A4
Рет қаралды 18 МЛН
Cat story: from hate to love! 😻 #cat #cute #kitten
00:40
Stocat
Рет қаралды 15 МЛН
How to Create Form Login in Java Netbeans
10:09
ViMan
Рет қаралды 123 М.
Design Better Than 99% of UI Designers
14:52
Tim Gabe
Рет қаралды 174 М.
MigLayout | Java Swing Tutorial for Beginners
13:46
Java Code Junkie
Рет қаралды 11 М.
Big Update in Java for Learners and Trainers
0:59
Telusko
Рет қаралды 289 М.
Java UI Design - Dashboard Desktop Application
40:02
Ra Ven
Рет қаралды 27 М.
Java login system 👨‍💻
30:36
Bro Code
Рет қаралды 295 М.
Attendance Management System Project in Java
3:12
Rahul Mishra Code
Рет қаралды 11 М.
어른의 힘으로만 할 수 있는 버블티 마시는법
00:15
진영민yeongmin
Рет қаралды 11 МЛН