We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a3548 commit 4775a98Copy full SHA for 4775a98
src/test/java/net/seesharpsoft/intellij/plugins/csv/editor/table/swing/MultiLineCellRendererTest.java
@@ -14,7 +14,7 @@ public void testCellRendererUsage() {
14
}
15
16
public void testPreferredSize() {
17
- JTextArea jTextArea = (JTextArea)fileEditor.getTable().getCellRenderer(0, 0);
+ JScrollPane jTextArea = (JScrollPane)fileEditor.getTable().getCellRenderer(0, 0);
18
19
assertNotNull(jTextArea.getPreferredSize());
20
0 commit comments