13 thoughts on “Login Page in Java Swing with Source Code Tutorial – GUI”

  1. how about using the username and password from ms access data base from your last tutorial about user registration. how does the coding of such?thanks a lot..

    Reply
  2. am new with java swing application,

    if i use jframe to create a form, how can could if insert its data to database

    Reply
  3. How to set up the database connectivity using Java and Mysql. If I want to validate the login page from backend table

    Reply
  4. Sir, I am having trouble doing a login form. actually, I am trying to do both registration and login form at the same time. is it ok if they share the same MySQL table? I have 3 columns. the 1st one is unique key and the remaining two are null.
    is it possible if you can debug the code for me?

    Reply
  5. I like the helpful info you provide in your articles. I will bookmark your weblog and check again here frequently. I am quite certain I will learn plenty of new stuff right here! Best of luck for the next!

    Reply
  6. Thanks for the information.
    I would like to know how to do the actual login. Like how you exit the login JFrame and switch to the main JFrame.

    Showing a dialog message seems not to complete the login process

    Reply
    • Hello Katumba,

      Thanks for your comment
      I will make an another tutorial in which I will show how to open a new JFrame when we click on the JButton and dispose the one which is already showing up

      Thanks and Regards

      Reply

Leave a Comment