We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5025dd commit 97a6234Copy full SHA for 97a6234
src/Library/FrmBooksManagement.java
@@ -153,7 +153,9 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
153
154
btnAdd.addActionListener(new java.awt.event.ActionListener() {
155
public void actionPerformed(java.awt.event.ActionEvent evt) {
156
- DlgAddBooks n = new DlgAddBooks(FrmBooksManagement.this.library);
+ DlgAddBooks n = new DlgAddBooks(FrmBooksManagement.this.library);
157
+ n.setModal(true);
158
+ n.setVisible(true);
159
}
160
});
161
0 commit comments