A Developer Gateway To IT World...

Techie Uncle Software Testing Core Java Java Spring C Programming Operating System HTML 5 Java 8 ES6 Project

Complete Core java Project

Hello, Guys!

I am sharing you complete Core java Project, in which back-end is MySQL and front-end is based on Swing. Because Swing is light-weighted than other.

This project is beneficial for Technical Student and Final Year student.



You can see that Entire code also.

========================================================





Follow the commands on command_Prompt:
javac simpleq.java
java Simpleq


Check Screen Shot:











you need to install mysql first then compile and run the project.
========================================================

import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.applet.*;
import javax.swing.event.*;
import java.sql.*;
import java.util.StringTokenizer;
import java.util.Vector;
import javax.swing.table.*;

public class simpleq extends JFrame implements ActionListener , ItemListener , KeyListener
 {
  List dlist , tlist , clist , dalist , ctlist ;
  JButton run , q , openconnection , reset;
  String y , z , ser , port , user , pass;
  Label ld , lt , lc , lda , lct , ml, lfdn , lfdv , server , portno , username , password , xtra , developer;
  JTextArea ta , tde , serve , portn , usernam , passwor , tafpn , tafpv;
  JScrollPane servet , portnt, usernamt, passwort , stde , sp;
 
//METHOD SHOULD DEFINE
WHICH IS USED IN MAIN METHOD
public static void main(String s[])
{
simpleq frame = new simpleq();

JLabel labelImage = new JLabel(new ImageIcon("image.jpg"));
labelImage.setBounds(0, 0, 870, 500);
frame.add(labelImage);

frame.setSize(880,500);
frame.setLocation(200, 100);
frame.setTitle("MySQL GUI Query Builder");
frame.setVisible(true);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

}


}

If you want to complete this project contact us.


LEARN TUTORIALS

.

.