Results 1 to 9 of 9
Thread: Login System Netbeans!!!
- 06-10-2012, 11:38 AM #1
Member
- Join Date
- Apr 2012
- Location
- Pakistan
- Posts
- 20
- Rep Power
- 0
Login System Netbeans!!!
Hello Guys!!!
I want to create user accounts login system in which users can sign in to their accounts with their username and password. I created a JFrame class and created a GUI login window. I also have MS Access Database that is used to store users information (username and password) but i don't know how it works. There are two buttons on my login window. Please tell me how it actually works when users click on login button and they can access their own account with their username and password. Waiting for your response. Thanks!!!
-
Re: Login System Netbeans!!!
There will be a lot of steps in between, and I suggest that you take baby steps to solve each one, one at a time. First of all, are you absolutely set on using an Access database, and not an SQL variant such as Derby/Java DB?
- 06-10-2012, 02:59 PM #3
Member
- Join Date
- Apr 2012
- Location
- Pakistan
- Posts
- 20
- Rep Power
- 0
Re: Login System Netbeans!!!
yes i know basics of connecting java application with MS Access database using JDBC-ODBC. I also have little knowledge about SQL statements like (SELECT, INSERT INTO & DELETE). I am ready to learn all the steps between. Please guide me through every step one by one so i can create a perfect login system..... :) Thanks!!!
-
Re: Login System Netbeans!!!
I think that you may be over-estimating just what can and should be done in a forum staffed by volunteers. We are much better suited towards answering specific questions, and less well suited to re-writing complete tutorials from scratch. Please check out the tutorials that are already in existence, especially the Swing tutorials, and then please come on back if you have any specific questions that we can help you with.
- 06-10-2012, 03:17 PM #5
Member
- Join Date
- Apr 2012
- Location
- Pakistan
- Posts
- 20
- Rep Power
- 0
Re: Login System Netbeans!!!
i don't think i can find the tutorial that i want but i am expecting help from you guys in this forum. If you don't wanna help then its ok. Please give me some links of such tutorials related to my issue so i can read them and try to solve my problem by myself. Waiting for your response.....
-
Re: Login System Netbeans!!!
Please. No one said that.
The main Java tutorials are here: The Really Big IndexPlease give me some links of such tutorials related to my issue so i can read them and try to solve my problem by myself. Waiting for your response.....
Please check out in particular the Swing section for information on how to do GUI coding, and the JDBC section for information on how to use Java with a database. Other special sub-areas to check out include the section titled "Concurrency in Swing" to learn how to do background processing with a Swing application.
Your rate of progress will depend on how much you know already. If you're just starting out, please have some patience as this will all take some time to learn, including learning enough to be able to ask the right questions. But with perseverance, effort, and patience, you can succeed.
Again, we will help you better if you tell us specifically where you're stuck and also show your code. The more specific your question, often the better the help you will receive.
Much luck.Last edited by Fubarable; 06-10-2012 at 03:59 PM.
- 06-10-2012, 05:33 PM #7
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,408
- Blog Entries
- 7
- Rep Power
- 17
Re: Login System Netbeans!!!
I wonder what Netbean's role is ...
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 06-10-2012, 09:15 PM #8
- 06-10-2012, 09:31 PM #9
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,408
- Blog Entries
- 7
- Rep Power
- 17
Similar Threads
-
Login system: multiple windows
By D-Dog in forum New To JavaReplies: 2Last Post: 04-10-2012, 03:18 PM -
Login System
By Chaosje in forum New To JavaReplies: 3Last Post: 05-04-2011, 11:37 PM -
Database for Login system
By Chris_X in forum JDBCReplies: 1Last Post: 11-27-2010, 01:14 AM -
how to create a login system by using netbean 6?
By j007ha in forum NetBeansReplies: 5Last Post: 08-16-2008, 04:33 PM -
Applet Login System Tutorial
By Free-JavaTutorials in forum Java AppletsReplies: 0Last Post: 03-15-2008, 02:51 AM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks