Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudFofou committed Nov 22, 2024
2 parents f1a23ba + 8ef6594 commit 5b7ff3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/org/isf/medicalinventory/gui/InventoryEdit.java
Original file line number Diff line number Diff line change
Expand Up @@ -284,17 +284,12 @@ private void initComponents() {
setTitle(MessageBundle.getMessage("angal.inventory.editinventory.title"));
}
getContentPane().setLayout(new BorderLayout());

panelHeader = getPanelHeader();

getContentPane().add(panelHeader, BorderLayout.NORTH);

panelContent = getPanelContent();
getContentPane().add(panelContent, BorderLayout.CENTER);

panelFooter = getPanelFooter();
getContentPane().add(panelFooter, BorderLayout.SOUTH);

addWindowListener(new WindowAdapter() {

public void windowClosing(WindowEvent e) {
Expand Down

0 comments on commit 5b7ff3a

Please sign in to comment.