Hi Jody, > - There is now a pop up menu next to the status bar … code internals look > nice and clean. > - Looks like you found some kind of testing framework? Looking > at import org.fest.swing.fixture.FrameFixture
Yes, experimenting with FEST-Swing: http://docs.codehaus.org/display/FEST/Swing+Module. I think it's a little easier than hand coding tests that involve syncing the EventQueue with other threads, plus it seems to have a reasonably straightforward API for simulating screen interaction. > - Your Headless GUI test runner annotation tricked poor Eclipse so it no > longer recognises those as test cases. Really ? That's surprising because it's a standard JUnit annotation and runner class. It runs fine from the command line and in the superior NetBeans IDE :) > JCRSChooser: > - The code example in the javadocs is classy; nicely done. > - The use of String.format to construct a magic string for MIGLayout to parse > was a bit funny; you can actually make the data structure if needed. > JPanel panel = new JPanel(new MigLayout( new LC().insetsAll(MARGIN))); Ah yes - thanks. > - I am trained by uDig to hit return in the filter field; I tried updating > the code to do that (you can update and review) Don't think I understand this one. At the moment it just progressively filters the list as you type into the filter field... is it not working properly or does it seem confusing ? > - Running CRSLab Looks a little funny; the button for changing CRS is > slightly off the screen. Yeah - it's not a new problem. It's been like that for a while, hence this: http://jira.codehaus.org/browse/GEOT-3757 > And the scrollbars are updated to match Lion (that was quick!). I can't take credit for that one. Must be Apple magic :) Michael ------------------------------------------------------------------------------ Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
