Merge remote-tracking branch 'origin/GP-1689-2-dragonmacher-analysis-options-update-mechanism--SQUASHED'

This commit is contained in:
Ryan Kurtz 2022-02-15 00:31:32 -05:00
commit 0f3aa2b9de
12 changed files with 940 additions and 129 deletions

View file

@ -81,4 +81,8 @@ public class DefaultOptionComponent extends GenericOptionsComponent {
int maxHeight = Math.max(dimension.height, component.getPreferredSize().height);
return new Dimension(dimension.width, maxHeight);
}
public String getLabelText() {
return label.getText();
}
}