Java Swing Multi-User Login in Netbeans and MySQL Database - StudyViral

Sdílet
Vložit
  • čas přidán 23. 02. 2018
  • Java Swing Multi-User Login in Netbeans and MySQL
    In this tutorial you will learn to create multiple/multi user login from single page along with database connectivity in java where you will be able to login with two type of users (Admin and Candidate) store in mysql database with the help of SQL statements via single login Jframe.
    Email :: info@studyviral.in
    Or
    Email :: studyviral.in@gmail.com
    Website:: www.StudyViraL.in
    Facebook Page :: / studyviral.in
    For Suggestions You Can Email :: info@studyviral.in
    studyviral.blogspot.in/

Komentáře • 51

  • @brainiacmarco4014
    @brainiacmarco4014 Před 6 lety +4

    Keep on this incredible job! Congrats from Brazil!!

  • @brainiacmarco4014
    @brainiacmarco4014 Před 6 lety +2

    well, that's amazing that was what I need! In my case I do'nt have a JcomboBox with the type users, I put the type in a CRUD

  • @setsabilemagagula
    @setsabilemagagula Před 3 měsíci

    Keep up the incredible work... your video was helpful

  • @shiennalaredo2091
    @shiennalaredo2091 Před rokem

    Thank you for this amazing video

  • @kwabenadogcreal1108
    @kwabenadogcreal1108 Před 2 lety

    you are too much. you saved my day

  • @jpnjha7296
    @jpnjha7296 Před 4 lety

    Could you please help me providing jList for selecting repeated same items for Groceries Like Colgate , Powder which comes in stock repeatedly with different price. Now jList or ComboBox does not allow to select the current Colgate with price. The moment I select current Colgate for display in JTextFields, it automatically get selected first entries in jList and
    not the current Colgate in jList.
    Thanks

  • @thinaalbiso2762
    @thinaalbiso2762 Před 5 lety +1

    sir. may i ask something? why is it, when i run the program or click the login button. it stated below: java.lang.UnsuportedOperationException. Not supported yet..
    How to fix this error sir? Help me please!!!

  • @MissouDz9818
    @MissouDz9818 Před rokem

    thank you

  • @yxe9218
    @yxe9218 Před 4 lety

    hi,
    my code doesnt run into the next admin or candidate window
    it shows username or password not matched dialog even if the entered details are correct.

  • @quandanghung4309
    @quandanghung4309 Před 3 lety +1

    verry good

  • @poojithaammu3742
    @poojithaammu3742 Před 3 lety

    thanks bro

  • @EL-nf2fd
    @EL-nf2fd Před 3 lety

    What if you select the admin checkbox and it will check the admininfo database then if someone checks customer it will check the customerinfo database. is it possible?

  • @tiagor.5158
    @tiagor.5158 Před 6 lety +1

    Very nice!

  • @lustfulgod9321
    @lustfulgod9321 Před 5 lety +1

    great video, I followed every step and replayed it a few times kept getting "java.lang.UnsupportedOperationException: Not supported yet." what should i do?I will email you the code too

  • @yahyakhan5640
    @yahyakhan5640 Před 3 lety

    what is rootpane in login page in login button coding?

  • @Sport-word
    @Sport-word Před 5 lety

    please can you make application that uses finger print ? with netbeans java

  • @bharatthapa9104
    @bharatthapa9104 Před 4 lety

    Hi there, I want to log in with same features but not by selecting the user type. User only need to enter their id and password and our software should recognize itself which user is admin or normal ? how could we do this ?
    and thanks for the amazing video...

  • @user-sv8gj9pm9k
    @user-sv8gj9pm9k Před rokem

    Do you have codes posted on github?

  • @bibashpokhrel
    @bibashpokhrel Před 4 lety

    nice video. i am doing this in eclipse please help me. thank you

  • @yadavkrishnasbv
    @yadavkrishnasbv Před 4 lety

    hi i needed some help

  • @yahyakhan5640
    @yahyakhan5640 Před 3 lety

    How to create a username and password without Xampp And how to make sign up button on the login pages that takes Username and password to login with Xamp and without Xamp ??

  • @jagathesvarma1872
    @jagathesvarma1872 Před 6 lety

    Hi bro great tutorial. The best I've found so far. Bro I followed exactly as you did but I'm getting this error : -
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: com.mysql.jdbc.JDBC4Connection cannot be cast to logintest2.Connection
    Pls help

    • @StudyViral
      @StudyViral  Před 6 lety

      Jagathes Varma
      Hello Mr Varma
      Please share your code or send me the screen shot or problem
      At studyviral@gmail.com

  • @kassawtesfaw3486
    @kassawtesfaw3486 Před 2 lety

    please sent me the sourse code or othere project

  • @stephenc.nwankwo6284
    @stephenc.nwankwo6284 Před 5 lety

    Good sir, I noticed that the two user's are login into one page. How can separate them into two pages please

    • @StudyViral
      @StudyViral  Před 5 lety

      Hi steveJust watch the video and you may get your answer.

    • @StudyViral
      @StudyViral  Před 5 lety

      You can separate the login page through jcombobox value and SQL query

  • @syafiq987
    @syafiq987 Před 4 lety

    How you know the localhost:3306? Where to find it?

    • @StudyViral
      @StudyViral  Před 4 lety

      Hi Syafiq
      localhost:3306 is default url and port(127.0.0.1:3306) for MySQL database software you can get it from MySQL official website or by installing WAMP or XAMP or search it on google.
      Regards

    • @syafiq987
      @syafiq987 Před 4 lety

      @@StudyViral Database is Connectedjava.lang.NullPointerException
      when I login, only get this and it not transfer me to other page.How to solve it?

  • @aaronjay300
    @aaronjay300 Před 6 lety

    Hi bro. I followed closely to this example here but somehow its not working. After i enter the login details and click login nothing happens. im not sure if its the sql connector issue. Appreciate your feedback on this. Thanks alot.

    • @StudyViral
      @StudyViral  Před 6 lety +1

      Aaron Sanasy bro I think you used equals function to compare string
      Use equalsIgnoreCase function
      Try it
      It's working code n video

    • @aaronjay300
      @aaronjay300 Před 6 lety

      Thanks for your reply. Yes i did use equalsIgnoreCase Function but still not working. Can i email the code to you?

    • @StudyViral
      @StudyViral  Před 6 lety

      Aaron Sanasy yeh sure plz also send ms access file...to but I will check it after 5-6 hrs plz don't mind currently I am outside some where...

    • @StudyViral
      @StudyViral  Před 6 lety

      Aaron Sanasy I think you have my email id
      Studyviral.in@gmail.com

    • @aaronjay300
      @aaronjay300 Před 6 lety +1

      Hi Bro. Thanks for your reply. I manage to get it to work. The sql connector was the issue as I did not extract it properly. After fixing that, it worked again. Thanks again for your help. Keep up the great videos!

  • @angelrodriguez7647
    @angelrodriguez7647 Před 2 lety

    do u have the souuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuurce code?

  • @mikejosh5826
    @mikejosh5826 Před 5 lety

    Where can i get the jar file?

    • @StudyViral
      @StudyViral  Před 5 lety

      Hello Mike
      Just google it (mysql-connector-java-5.1.9.jar) and you will find java2s.com or mvnrepository.com
      Two websites to download jar files.
      Regards

    • @d.f9929
      @d.f9929 Před 4 lety

      just search for it on the web and download the file, after downloading unzip the file and it will appear in your netbeans

    • @StudyViral
      @StudyViral  Před 4 lety

      @@d.f9929
      Hi Dawit
      Yes you need to download required jar files and add those files to your netbeans project library.

  • @thutomalepe7885
    @thutomalepe7885 Před 5 lety

    Im experiencing problems

  • @antares3508
    @antares3508 Před rokem

    Give source code please:c

  • @priasmarieantonettem.4283

    good day sir
    how to fix
    java.lang.ClassCastException: com.mysql.jdbc.JDBC4Connection cannot be cast to studyviral.in.Connectionz

  • @pracheesthapati1154
    @pracheesthapati1154 Před 2 lety

    Lustful God
    great video, I followed every step and replayed it a few times kept getting "java.lang.UnsupportedOperationException: Not supported yet." what should i do?I will email you the code too

  • @act-1ronaldreevecruz738

    HIII Sir I do have problem please help me it is com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure