Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f34d5fc

Browse files
Some added Comments and changes to fonts
Just made a few changes to some comments and added some different fonts and text box sizes
1 parent 29cc920 commit f34d5fc

File tree

11 files changed

+60
-6
lines changed

11 files changed

+60
-6
lines changed

‎.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/Java-JavaFx-Swing-Projects-Desktop-Application-GUI-Software.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/runConfigurations.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Book Selling System Java-Using Swing-Mysql/Add_new_books.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public class Add_new_books extends JFrame {
3030
/**
3131
* Launch the application.
3232
*/
33+
34+
//Runs the main code
3335
public static void main(String[] args) {
3436
EventQueue.invokeLater(new Runnable() {
3537
public void run() {

‎Book Selling System Java-Using Swing-Mysql/Add_old_books.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public class Add_old_books extends JFrame {
3030
/**
3131
* Launch the application.
3232
*/
33+
//Runs the Main Code
3334
public static void main(String[] args) {
3435
EventQueue.invokeLater(new Runnable() {
3536
public void run() {
@@ -57,12 +58,12 @@ public Add_old_books() {
5758
setContentPane(contentPane);
5859
contentPane.setLayout(null);
5960

60-
JLabel lblNewLabel = new JLabel("Book's name :- ");
61+
JLabel lblNewLabel = new JLabel("Book name :- ");
6162
lblNewLabel.setFont(new Font("Segoe UI", Font.PLAIN, 20));
6263
lblNewLabel.setBounds(59, 25, 145, 32);
6364
contentPane.add(lblNewLabel);
6465

65-
JLabel label = new JLabel("Writer's name :- ");
66+
JLabel label = new JLabel("Writer name :- ");
6667
label.setFont(new Font("Segoe UI", Font.PLAIN, 20));
6768
label.setBounds(59, 101, 145, 32);
6869
contentPane.add(label);

‎Book Selling System Java-Using Swing-Mysql/Address.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public class Address extends JFrame {
3131
/**
3232
* Launch the application.
3333
*/
34+
35+
//Runs Main Code
3436
public static void main(String[] args) {
3537
EventQueue.invokeLater(new Runnable() {
3638
public void run() {

‎Book Selling System Java-Using Swing-Mysql/AdminHost.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public class AdminHost extends JFrame {
3737
/**
3838
* Launch the application.
3939
*/
40+
41+
//Run Main Code
4042
public static void main(String[] args) {
4143
EventQueue.invokeLater(new Runnable() {
4244
public void run() {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /