Skip to content

Commit

Permalink
Enable automatic contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
maarzt committed Jul 5, 2019
1 parent 432d3d0 commit 01d9373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private void initActions() {
private JPanel initLeftPanel() {
JPanel panel = new JPanel();
panel.setLayout(new MigLayout("", "[grow]", "[][grow][grow][]"));
panel.add(ImageInfoPanel.newFramedImageInfoPanel(segmentationModel.imageLabelingModel()), "grow, wrap");
panel.add(ImageInfoPanel.newFramedImageInfoPanel(segmentationModel.imageLabelingModel(), labelingComponent), "grow, wrap");
panel.add(LabelPanel.newFramedLabelPanel(segmentationModel.imageLabelingModel(), extensible, true), "grow, wrap");
panel.add(SegmenterPanel.newFramedSegmeterPanel(segmentationModel, extensible), "grow, wrap");
panel.add(new ThresholdButton(segmentationModel).getComponent(), "grow");
Expand Down

0 comments on commit 01d9373

Please sign in to comment.