login form with java/sqlite
- by tuxou
hi
I would like to create a login form for my application with the possibility to add or remove users for an sqlite database, i have created the table users(nam, pass) but i can't unclud it in my login form, it someone could help me
this is my login code:
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class login…