This commit is contained in:
sfop
2016-10-05 09:58:59 +02:00
parent e8348971d0
commit c9c413470c
5 changed files with 49 additions and 44 deletions

View File

@@ -116,9 +116,8 @@ public class Correlation extends Panel {
jLabel5.setText("Correlation:");
textCorrelation.setEditable(false);
textCorrelation.setHorizontalAlignment(javax.swing.JTextField.CENTER);
textCorrelation.setDisabledTextColor(new java.awt.Color(0, 0, 0));
textCorrelation.setEnabled(false);
javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
jPanel1.setLayout(jPanel1Layout);