Skip to content

Instantly share code, notes, and snippets.

View pulkitnehra's full-sized avatar
🎯
Focusing

Pulkit Nehra pulkitnehra

🎯
Focusing
View GitHub Profile
@pulkitnehra
pulkitnehra / Appv1.java
Last active August 13, 2020 15:43
A simple GUI application for JDBC
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.*;
public class Appv1 extends Conn implements ActionListener{
// all elements must be static for results to display correctly
static JFrame f,j2;
static JTextField t1, t2, t3, t4, t5, t6, t7;