Java Login and Register Form - kzbin.info/www/bejne/aafEpoBtlt2hiNU Java Menu Design - kzbin.info/www/bejne/bHTQZGR-lN-grK8 Java Dashboard Design - kzbin.info/www/bejne/mnSZZ4GqlJxpoaM
@user-of9um8eq7j2 жыл бұрын
You saved my life today. My lecturer didn't teach us this at all but put it on a POE for us to complete. It's my first year and l have to say your videos really helped me out
@querayshajairaj45652 жыл бұрын
Dudee lol did this method work for you when you tried it???
@hickimse34215 жыл бұрын
Some heroes don't wear capes, you are one of them buddy!
@gabrielchavanon4981 Жыл бұрын
Gros merci de la part de La France mon ami.
@mohammadezzeddine66512 жыл бұрын
thanks a lot! very helpful literally saved me
@dzemilpazar6 жыл бұрын
PreparedStatement ps; variable when use it in ps = MyConnection.getConnection().preparedStatement(query); i get CreateClass MyConnection... does this class exist but im not inport it or i just missundestand something from this video 12:19 ??
@abdelkarimlyoussi36074 ай бұрын
Thanks Bro for your video.
@raman62715 жыл бұрын
Great man 👍👍👍👍
@asiyakhan93846 жыл бұрын
Hey man! your videos are amazingly helpful, but it would be much more better if you explain what you are doing rather than silence... :/
@rupertacuesta6 жыл бұрын
You didnt explain how to make an mysql database, looking at how to make a design for the login and register is good. But why would you make that tutorial without showing how to store the data? Genuinely dont understand that.
@newtonk75746 жыл бұрын
Bro, Nice Code you have here.... it has helped me Alot. Thanks
@tuanduynguyen15005 жыл бұрын
So GOODDDDDDDDDDDDDDDDDDDDDDDDDDDD also your page is good too !!!!
@deanbeastpittsburgh97513 жыл бұрын
Thanks
@bhanukavithanage49114 жыл бұрын
This was a very helpful video thank you very much for sharing stuff like these you're a life saver
@PankajThakur-if2gp5 жыл бұрын
thanks, great work, it helped me a lot,keep it up
@xegaihadgu35826 жыл бұрын
thank you much bro... you saved my ass..!
@riks3245 жыл бұрын
Thnx budy.....helped me a lot....
@bidhyasapkota22344 жыл бұрын
please help me in how to create mysql database , ....to complete this project ,.. because i got a error on this
@euricocatumbela57896 жыл бұрын
Thanks a lot... You really helped a lot
@akashdeepbhattacharjee40173 жыл бұрын
please show the making of database part in detail..otherwise it has no use !!!!!!!!!!!
@ElifArslan-l9g2 жыл бұрын
thank you so much
@fathonynur85286 жыл бұрын
sir i have some problem to connect my db like "com.mysql.jdbc.Driver Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException" can you help me?
@mrtuttookey17206 жыл бұрын
same here
@Mr·Eone5 жыл бұрын
@@mrtuttookey1720 Aye!~!!~!~!~!~!
@adrianmcleod97894 жыл бұрын
I'm getting the same error as well
@aisha29914 жыл бұрын
Same, it's frustrating
@johnpaulsantiago20343 жыл бұрын
same, can somebody help?
@yasirtariq46166 жыл бұрын
Man you are the best
@springmasti20195 жыл бұрын
Thank u so much brother By-Durgesh
@nikhilkhariya82476 жыл бұрын
i m having an error in my Prepared statement line, in get connection()
@Robertkingz5 жыл бұрын
It Worked! Thanks!
@danielleclere99045 жыл бұрын
Good video!
@FADEDElement5 жыл бұрын
Is there any way to use this program on a different computer in terms of the database because as far as I know this is a local method and I really cant figure out how to do it to where no matter i bring the program it will work so please tell me what I need to do for this
@ruturajnikam52065 жыл бұрын
You are Gold. :)
@trailerhub44765 жыл бұрын
do you receive a download link? can you send it to me? i didn't receive a link.
@1BestCsharpblog5 жыл бұрын
check your spam folder or re-donwload it
@trailerhub44765 жыл бұрын
@@1BestCsharpblog Thank you brother!!!
@clairjacob89085 жыл бұрын
would be more helpful if you explain everything
@vanishreetalewad35164 жыл бұрын
Hi sir Send the program using java or html
@niti_sha_jain5 жыл бұрын
Thankyou so much 👌
@0xNETCAT5 жыл бұрын
dont forget to make the form draggable.. code in netbeans: assuming you are in the source code of the Jform. int pX, pY; //global vars //make the upper (orange) panel event mouse pressed. private void jPanel1MousePressed(java.awt.event.MouseEvent evt) { // Get x,y and store them pX = evt.getX(); pY = evt.getY(); } //make the upper panel event mouse dragged. private void jPanel1MouseDragged(java.awt.event.MouseEvent evt) { this.setLocation(this.getLocation().x + evt.getX() - pX, this.getLocation().y + evt.getY() - pY); } now you can move your window :)
@chrisony93415 жыл бұрын
Nice video but no sound to let us know some of the terminologies used
@hubcreek69573 жыл бұрын
Excelente!!!
@sarveshmore47566 жыл бұрын
So my if and else statement aren't working in loginform and no matter what i enter in login it does incorrect username and password
@glazor23945 жыл бұрын
Same here
@shafiqeakhtar66875 жыл бұрын
During final step user and pass..error sqlEx index out of range(1> WHOSE IS 0) Why this error.. Can u suggest and correct me
@chilli36723 жыл бұрын
Thank you 😭❤️
@karthinaguleswaran92246 жыл бұрын
Hi, this works but the only problem is that I can login to an account even if the casing of the letters are different. For example i can login if username is "ADMIN" but on database it is "admin". What am i doing wrong?
@زمن_جميل6 жыл бұрын
thank you V.
@Reaper-lh4yq3 жыл бұрын
You didnt explain how to make an mysql database, looking at how to make a design for the login and register is good. But why would you make that tutorial without showing how to store the data? Genuinely dont understand that. (2)
@VinayKumar-xo7kq6 жыл бұрын
nice work bro
@erict61563 жыл бұрын
How do you transition from the login window to the register window after clicking the create new account button?
@iimsleeepy3 жыл бұрын
is there someway to contact you? i really need help
@SauravKumar-fe6jr5 жыл бұрын
Phpmyadmin setup par vedio banao plz
@hermanomonya99456 жыл бұрын
Hello my IDE gives an error during runtime "Unsupported major.minor version 52.0" please advice
@omarabomoeliq60406 жыл бұрын
nice work
@harrirnaima99695 жыл бұрын
Thank you sir for this video , can you tell us how to add the "the forget password" button ??
@Isho2425 жыл бұрын
all write please help us sir
@smartjoe69745 жыл бұрын
This is wow
@ralucosma30766 жыл бұрын
Hello. I have a problem. In phpmyadmin at u_date I can't put NULL. I selected NULL button and when I go back at structure atu null column says YES , but at column Default says None. And it should be NULL as well. Can you help me fix this ? thank you.
@dianthus16663 жыл бұрын
How to create exe file if i have mysql database with xampp server? Pls help me
@ttb-techtravelbook5 жыл бұрын
good, but why there is no sound?
@akshat_jainn Жыл бұрын
His choice
@jasrajjuneja32536 жыл бұрын
thanks
@77nu436 жыл бұрын
where is the part when you make a verification of username if it is already existed there. i mean if you input a username but someone already created the same username. help me please.
@1BestCsharpblog6 жыл бұрын
38:25
@77nu436 жыл бұрын
arigato
@johnpaulsantiago20343 жыл бұрын
I am facing a problem when I try to add a new user into the database it says, "Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.sql.Connection.prepareStatement(String)" because the return value of "MyConnection.getConnection()" is null". I've been finding the error since the last day and up until now, I can't seem to fix it. Can somebody help me? I am still an IT student that's why I still have difficulty with this.
@1BestCsharpblog3 жыл бұрын
check if xampp is open, and start apach and mysql
@tipanjohnlennardb.60022 жыл бұрын
Me to that error i can't fix it if the xampp is open how can i solve this problem?
@zulfaikhsanuddin60432 жыл бұрын
Have you found the solution?
@Black-xy4pj2 жыл бұрын
why didn't you show how to create the project folder...
@1BestCsharpblog2 жыл бұрын
watch the first part - kzbin.info/www/bejne/jnLSqIuZorZgoaM
@CryptoKaiwen6 жыл бұрын
So how do you install php and sql and get that all installed and working then?
@xxthenotoriousvxx6 жыл бұрын
You could use WAMP Pro to set almost everything up for you but this would cost about $190 for the software. I would highly recommend downloading XAMPP which does the same thing for free. It comes with an MySQL server and sets the ports for you. Once everything is downloaded and your servers are started (apache and mysql) type "localhost" or "localhost:(your port number you set in the apache configuration)" into your browser to get to the xampp homepage and phpmyadmin will be in the top right tab. Clicking on this should get you going.
@senorvc85346 жыл бұрын
and my localhost/phpmyadmin doesnt get reflected at all... it is as it, no data is added to it please help me
@euricocatumbela57896 жыл бұрын
I followed all your procedures but I'm having Link failure could you explain to me please
@amazing1885 жыл бұрын
Nice Video #knowledgeinflow
@bellshi_2 жыл бұрын
It is good tutorial but just got lazy to edit the video to cut the wrong step.
@nikhilkundu61384 жыл бұрын
How did you set up PHPmyAdmin on the computer? I don't know how to set it up.
@1BestCsharpblog4 жыл бұрын
open xampp start apach and mysql go to localhost/phpmyadmin
@i4_04dikshapatil63 жыл бұрын
i am getting error cannot find symbol symbol: method prepareStatement(String) location: class Object please help sir
@johnpaulsantiago20343 жыл бұрын
import java.sql.*;
@1navaneet6 жыл бұрын
make a video for home.when you make this videos.
@girraj10936 жыл бұрын
How can I add any thing in jcombobox
@kailashmodi2985 жыл бұрын
What is that localhost part
@kashmir3985 жыл бұрын
i tried this code to connect to my database. but i cant seem to get the connection.
@kashmir3985 жыл бұрын
Anyone else with this problem ? It may be a careless mistake of my own while coding. Ive spent days looking at it and still cant get it right
@1BestCsharpblog5 жыл бұрын
did you added the mysql connector jar file to your project ?
@kashmir3985 жыл бұрын
@@1BestCsharpblog Yes sir I did. Downloaded and added the jar file into the library. however, it shows .jar at the end unlike yours in the video which shows -bin.jar not sure if this could be the issue but....
@1BestCsharpblog5 жыл бұрын
if you can't figure out what's the problem, get the source code form the link in the description
@kashmir3985 жыл бұрын
@@1BestCsharpblog Okay will do :)
@sivakumar-gm9vv6 жыл бұрын
Pls help me sql execution update erorr will appear
@kailashmodi2985 жыл бұрын
Getting error how i can contact u plz tekk
@girraj10936 жыл бұрын
How can I add images to jlabel in java
@delphiamadel49846 жыл бұрын
by clicking icon on jlabel properties
@elikarlcalma42016 жыл бұрын
I have a problem in Prepared Statement please someone help me
@vinnaeyshnair42814 жыл бұрын
Same . I keep getting a null exception there > Did you manage to solve it ?
@sheharyarali45054 жыл бұрын
no sound ..
@kashmir3985 жыл бұрын
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException anyone else having this error ?
@hug00l5 жыл бұрын
Did you find the solution?? Im having the same problem :(
@kashmir3985 жыл бұрын
@@hug00l check your coding part where you insert sql query. There might be an extra '?' or lesser than the text fields you want to getText from
@vinnaeyshnair42814 жыл бұрын
@@kashmir398 I checked mine and everything was okay . Im not sure why i still have the error
@sanjukoujalagi58005 жыл бұрын
no audio...only video
@exceling38205 жыл бұрын
video has no sound
@tanvigurav9284 жыл бұрын
I am getting an NullPointerException error
@vinnaeyshnair42814 жыл бұрын
Same. Have you managed to fix it because I need help
@giordanotubeo87785 жыл бұрын
Thanks a lot, but how to get the symbol .getDate() ??? .getDateFormat() is the only one appears! thanks
@feather30064 жыл бұрын
Without audio ...seriously?
@sebastianariastay62356 жыл бұрын
Are you God? :V
@zahralotfi98185 жыл бұрын
No sound!!!!
@1BestCsharpblog5 жыл бұрын
set the volume to the max
@tienayihabeley65496 жыл бұрын
no sound
@megetube35846 жыл бұрын
video kana hojjachu keessanif bayyee galatooma
@senapoochyful3 жыл бұрын
..
@iceman340h5 жыл бұрын
get up with the times speak, I stopped watch 3 seconds in
@dispydanio83725 жыл бұрын
dat filmpje is kort
@annakarenina96004 жыл бұрын
hi, i try to do the same coding as you but i got the com.mysql.jdbc.Driver Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException eror, please help me to solve this
@vinnaeyshnair42814 жыл бұрын
Hi , I got the same error too. Did you find a solution to it because I need help