From 562b1cddca643820621b227c45fae59d882d3883 Mon Sep 17 00:00:00 2001 From: carlosuc3m <100329787@alumnos.uc3m.es> Date: Thu, 14 Mar 2024 12:22:38 +0100 Subject: [PATCH] changes in labels --- src/main/java/ai/nets/samj/gui/SAMJDialog.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/ai/nets/samj/gui/SAMJDialog.java b/src/main/java/ai/nets/samj/gui/SAMJDialog.java index f86ec2e..8e29711 100644 --- a/src/main/java/ai/nets/samj/gui/SAMJDialog.java +++ b/src/main/java/ai/nets/samj/gui/SAMJDialog.java @@ -100,7 +100,7 @@ public class SAMJDialog extends JPanel implements ActionListener, PopupMenuListe /** * Button to export the ROIs of an image to a instance segmentation labeling */ - private JButton bnRoi2Labeling = new JButton("Export to Labeling..."); + private JButton bnRoi2Labeling = new JButton("Export as Label"); /** * Text field containing copyrigth info */ @@ -122,9 +122,9 @@ public class SAMJDialog extends JPanel implements ActionListener, PopupMenuListe */ private ButtonIcon bnMask = new ButtonIcon("Mask", RESOURCES_FOLDER, "help_samj.png"); /** - * Key that specifies that the user only wants the model to return the biggest ROI + * Key that specifies that the user only wants the model to return the largest ROI */ - private static final String ONLY_BIGGEST = "Only return biggest ROI"; + private static final String ONLY_BIGGEST = "Only return largest ROI"; /** * Key that specifies that the user wants to return every ROI produced by the model */