Thanks to all who provided most excellent feedback on the baseline API. I'm again lobbying for feedback on another mustang feature we're working on. It's been a long time in coming, but we're finally adding sorting to JTable. If you've used JTable we want your feedback! Head over to the swing forum on javadesktop and add your comments to the Table Sorting thread.
Thanks!
...
In my last blog I mentioned we're nearly done with the baseline
API for mustang. In verifying the baseline API work I initially
took the approach of grabbing screenshots, dumping them in Paint and
zooming in. Painful to say the least! There must be a better way.
Enter Robot
In addition to being able to inject mouse and keyboard events into the
system java.awt.Robot gives you the ability...