use of com.intellij.application.options.codeStyle.CommenterForm in project intellij-community by JetBrains.
the class CodeStyleGenerationConfigurable method createUIComponents.
private void createUIComponents() {
myCommenterForm = new CommenterForm(JavaLanguage.INSTANCE);
myCommenterPanel = myCommenterForm.getCommenterPanel();
}
Aggregations