JTable malfunction
Brought to you by:
abaguidev1,
codeshark
Abacus Version: 1.4 & 1.6
JDK: 1.5.0_02
Any frame that contains a JTable component doesn't
compile.
Create a frame and just add a JTable, and click on the
Save & Compile button. You will get the following
compilation error:
..AbaRenderer_test.java:57: Method setText
(java.lang.String) not found in class javax.swing.JTable.
JTable1.setText(theRenderer.doNLSTranslation
("JTable1"));
Frames not using a JTable component compile just
fine.
Is this a bug, or just a missuse of the application?