diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..73f69e0
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/Java-JavaFx-Swing-Projects-Desktop-Application-GUI-Software.iml b/.idea/Java-JavaFx-Swing-Projects-Desktop-Application-GUI-Software.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/.idea/Java-JavaFx-Swing-Projects-Desktop-Application-GUI-Software.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..99ae653
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..a1101d8
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
new file mode 100644
index 0000000..797acea
--- /dev/null
+++ b/.idea/runConfigurations.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Book Selling System Java-Using Swing-Mysql/Add_new_books.java b/Book Selling System Java-Using Swing-Mysql/Add_new_books.java
index 01c3bfe..33f227b 100644
--- a/Book Selling System Java-Using Swing-Mysql/Add_new_books.java
+++ b/Book Selling System Java-Using Swing-Mysql/Add_new_books.java
@@ -30,6 +30,8 @@ public class Add_new_books extends JFrame {
/**
* Launch the application.
*/
+
+ //Runs the main code
public static void main(String[] args) {
EventQueue.invokeLater(new Runnable() {
public void run() {
diff --git a/Book Selling System Java-Using Swing-Mysql/Add_old_books.java b/Book Selling System Java-Using Swing-Mysql/Add_old_books.java
index 9f88137..898771c 100644
--- a/Book Selling System Java-Using Swing-Mysql/Add_old_books.java
+++ b/Book Selling System Java-Using Swing-Mysql/Add_old_books.java
@@ -30,6 +30,7 @@ public class Add_old_books extends JFrame {
/**
* Launch the application.
*/
+ //Runs the Main Code
public static void main(String[] args) {
EventQueue.invokeLater(new Runnable() {
public void run() {
@@ -57,12 +58,12 @@ public Add_old_books() {
setContentPane(contentPane);
contentPane.setLayout(null);
- JLabel lblNewLabel = new JLabel("Book's name :- ");
+ JLabel lblNewLabel = new JLabel("Book name :- ");
lblNewLabel.setFont(new Font("Segoe UI", Font.PLAIN, 20));
lblNewLabel.setBounds(59, 25, 145, 32);
contentPane.add(lblNewLabel);
- JLabel label = new JLabel("Writer's name :- ");
+ JLabel label = new JLabel("Writer name :- ");
label.setFont(new Font("Segoe UI", Font.PLAIN, 20));
label.setBounds(59, 101, 145, 32);
contentPane.add(label);
diff --git a/Book Selling System Java-Using Swing-Mysql/Address.java b/Book Selling System Java-Using Swing-Mysql/Address.java
index 93c71f6..972997f 100644
--- a/Book Selling System Java-Using Swing-Mysql/Address.java
+++ b/Book Selling System Java-Using Swing-Mysql/Address.java
@@ -31,6 +31,8 @@ public class Address extends JFrame {
/**
* Launch the application.
*/
+
+ //Runs Main Code
public static void main(String[] args) {
EventQueue.invokeLater(new Runnable() {
public void run() {
diff --git a/Book Selling System Java-Using Swing-Mysql/AdminHost.java b/Book Selling System Java-Using Swing-Mysql/AdminHost.java
index ae23c73..54c7546 100644
--- a/Book Selling System Java-Using Swing-Mysql/AdminHost.java
+++ b/Book Selling System Java-Using Swing-Mysql/AdminHost.java
@@ -37,6 +37,8 @@ public class AdminHost extends JFrame {
/**
* Launch the application.
*/
+
+ //Run Main Code
public static void main(String[] args) {
EventQueue.invokeLater(new Runnable() {
public void run() {
diff --git a/Book Selling System Java-Using Swing-Mysql/AdminLogin.java b/Book Selling System Java-Using Swing-Mysql/AdminLogin.java
index 07aa629..6393c08 100644
--- a/Book Selling System Java-Using Swing-Mysql/AdminLogin.java
+++ b/Book Selling System Java-Using Swing-Mysql/AdminLogin.java
@@ -34,6 +34,8 @@ public class AdminLogin extends JFrame {
/**
* Launch the application.
*/
+
+ // Run Main Code
public static void main(String[] args) {
EventQueue.invokeLater(new Runnable() {
public void run() {
@@ -64,20 +66,20 @@ public AdminLogin() {
contentPane.setLayout(null);
JLabel lblNewLabel = new JLabel("Admin Login");
- lblNewLabel.setForeground(new Color(255, 255, 102));
- lblNewLabel.setFont(new Font("Times New Roman", Font.PLAIN, 46));
+ lblNewLabel.setForeground(new Color(255, 255, 105));
+ lblNewLabel.setFont(new Font("Arial", Font.PLAIN, 46));
lblNewLabel.setBounds(364, 60, 273, 93);
contentPane.add(lblNewLabel);
textField = new JTextField();
textField.setFont(new Font("Tahoma", Font.PLAIN, 32));
- textField.setBounds(481, 170, 281, 68);
+ textField.setBounds(500, 170, 281, 68);
contentPane.add(textField);
textField.setColumns(10);
passwordField = new JPasswordField();
passwordField.setFont(new Font("Tahoma", Font.PLAIN, 32));
- passwordField.setBounds(481, 286, 281, 68);
+ passwordField.setBounds(500, 286, 281, 68);
contentPane.add(passwordField);
JLabel lblUsername = new JLabel("Username");