|
|
@ -1194,7 +1194,6 @@ public class FormulaPane extends BasicPane implements KeyListener, UIFormula { |
|
|
|
private void initDescriptionTextArea() { |
|
|
|
private void initDescriptionTextArea() { |
|
|
|
// Description
|
|
|
|
// Description
|
|
|
|
descriptionTextArea = new UITextArea(); |
|
|
|
descriptionTextArea = new UITextArea(); |
|
|
|
descriptionTextArea.setPreferredSize(new Dimension(350, 200)); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
descriptionTextArea.setBackground(Color.white); |
|
|
|
descriptionTextArea.setBackground(Color.white); |
|
|
|
descriptionTextArea.setLineWrap(true); |
|
|
|
descriptionTextArea.setLineWrap(true); |
|
|
|