-
Hi Matthew,
Thanks for replying!
First off, I am using the SUN 1.4.1_02 VM.
As far as I can tell, JTable works as follows:
JTable has the concept of a TableCellRenderer which is used to get a component to paint a given cell when it's not in edit mode (one method, getTableCellRendererComponent, returns the component).
TableCellEditor is a similar scheme used for getting a component to...
2003-04-16 14:45:55 UTC in Pounder Java GUI Testing Utility
-
And perhaps I should have read the red "HTML tags will display in your post as text" sign on the bottom of the post form :)
2003-04-11 11:12:51 UTC in Pounder Java GUI Testing Utility
-
Hi,
<p>
I've just recently started using pounder - great tool, I think it will really come in handy. However I've just run into my first issue:
</p>
<p>
I'm trying to test an editable javax.swing.JTable - this is where the table uses a TableCellRenderer to render a cell value and uses a TableCellEditor for allowing the user to edit the cell value. The problem appears as...
2003-04-11 11:11:46 UTC in Pounder Java GUI Testing Utility