|
|
@ -20,6 +20,7 @@ public abstract class WritableRepeatEditorPane<E extends WriteAbleRepeatEditor> |
|
|
|
JPanel otherContentPane = this.setThirdContentPane(); |
|
|
|
JPanel otherContentPane = this.setThirdContentPane(); |
|
|
|
if (otherContentPane != null) { |
|
|
|
if (otherContentPane != null) { |
|
|
|
contentPane.add(otherContentPane); |
|
|
|
contentPane.add(otherContentPane); |
|
|
|
|
|
|
|
} |
|
|
|
return contentPane; |
|
|
|
return contentPane; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|