Skip to content

Commit 3160894

Browse files
committed
Joe deleted the main method in this class. (object created by upper
level class FrmBooksManagement)
1 parent aee5d18 commit 3160894

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Library/FrmAddBooks.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ private ImageIcon CreateStretchImageIcon(String imgPath, int width,
204204
return imageIcon;
205205
}
206206

207-
public static void main(String[] args) {
208-
new FrmAddBooks(new Library());
209-
}
207+
// public static void main(String[] args) {
208+
// new FrmAddBooks(new Library());
209+
// }
210210

211211
}

0 commit comments

Comments
 (0)