GT-3515 - Column constraint docs review fixes

This commit is contained in:
dragonmacher 2020-01-31 16:25:00 -05:00
parent 491c4e466a
commit 7a01b8b3e0
13 changed files with 40 additions and 48 deletions

View file

@ -314,7 +314,7 @@ public class SampleGraphProvider extends ComponentProviderAdapter {
return mainPanel;
}
private void showFitlerPanel(boolean selected) {
private void showFilterPanel(boolean selected) {
if (selected) {
mainPanel.add(filterPanel, BorderLayout.SOUTH);
}
@ -331,7 +331,7 @@ public class SampleGraphProvider extends ComponentProviderAdapter {
@Override
public void actionPerformed(ActionContext context) {
showFitlerPanel(isSelected());
showFilterPanel(isSelected());
}
};