}
}
+ private void createUIComponents() {
+ // TODO: place custom component creation code here
+ }
+
private static void showUsages(final JPanel panel,
final TitledSeparator separator,
final List<IntentionUsagePanel> usagePanels,
}
usagePanel.reset(exampleUsage.getText(), fileType);
- separator.setText(name);
if (!reuse) {
if (i == exampleUsages.length) {
gb.gridwidth = GridBagConstraints.REMAINDER;