Tony CHEMIT pushed to branch master at ultreiaio / ird-observe
Commits:
-
1f0cf2cf
by Tony Chemit at 2024-02-29T12:14:19+01:00
1 changed file:
Changes:
| ... | ... | @@ -106,7 +106,7 @@ public class DeletePanel extends JPanel { |
| 106 | 106 | panelSouth.add(BorderLayout.NORTH, new JSeparator(SwingConstants.HORIZONTAL));
|
| 107 | 107 | panelSouth.add(BorderLayout.CENTER, information);
|
| 108 | 108 | |
| 109 | - add(BorderLayout.NORTH, panelNorth);
|
|
| 109 | + add(BorderLayout.CENTER, panelNorth);
|
|
| 110 | 110 | add(BorderLayout.SOUTH, panelSouth);
|
| 111 | 111 | }
|
| 112 | 112 |