Skip to content

Commit

Permalink
Update src/main/java/org/isf/medicalinventory/gui/InventoryEdit.java
Browse files Browse the repository at this point in the history
Co-authored-by: David B Malkovsky <[email protected]>
  • Loading branch information
ArnaudFofou and dbmalkovsky authored Nov 26, 2024
1 parent bc8e472 commit 64f1251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ private JButton getSelectedButton() {
frame.setSize(450, 200);
frame.setTitle(MessageBundle.getMessage("angal.inventoryrow.lotinformation.title"));
frame.setLocationRelativeTo(null);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
frame.setVisible(true);
});
}
Expand Down

0 comments on commit 64f1251

Please sign in to comment.