Home > Back-end >  Restaurant management system database version, SWing interface
Restaurant management system database version, SWing interface

Time:09-16

 



Is connected to the database, tables have been built, form structures also good, the restaurant industry is somehow get form administrator user account and the employee information table, what should I write, project item is due tomorrow, bosses for help
BtnNewButton. AddActionListener (new ActionListener () {

@ Override
Public void actionPerformed (an ActionEvent e) {

/* String uname=NameText. GetText ();
String upass=PasswordText. GetText ();

IUserService service=new UserServiceImpl ();
Admin u=service. Query (uname, upass);
*/
String name=NameText. GetText ();
String password=PasswordText. GetText ();

MainFrame l=new MainFrame ();
L.s etVisible (true);
The dispose ();

L.s etLocationRelativeTo (null);


}

CodePudding user response:

CodePudding user response:

The
reference 1 floor? GDZW response:



Form with data, built form didn't see you

CodePudding user response:

This is you don't know how to write SQL fetch the data from the database?

CodePudding user response:

How do I don't see to read table data where???????????

CodePudding user response:

How do I don't see to read table data where???????????
  • Related