Skip to content

Commit

Permalink
fix NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Oct 16, 2024
1 parent 4f49752 commit 345bccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ public void actionPerformed(final ActionEvent e)
buttons.add( save, BorderLayout.EAST );

final JPanel header = new JPanel( new BorderLayout() );
header.add( ViewSetupExplorerPanel.getXMLLabel( xml ), BorderLayout.WEST );
header.add( xmlLabel = ViewSetupExplorerPanel.getXMLLabel( xml ), BorderLayout.WEST );

header.add( buttons, BorderLayout.EAST );
this.add( header, BorderLayout.NORTH );
Expand Down

0 comments on commit 345bccb

Please sign in to comment.