Tag Archives: swing

Focusing on Swing

I’m working on software archaeology: I’m working with Swing on a day-to-day basis. Here I  explained why it’s complicated. Now we’re taking a look on how to customize the focus traversal. Officially If you want to override the default focus … Continue reading

Posted in programming, Uncategorized | Tagged , , | Leave a comment

Old news: Swing is complicated

Swing and MVC – what are they supposed to do? I’ve been working with Swing for two years for now. I know, most of the java programmers learned it ten years ago or so. I also know, most of the java programmers would learn … Continue reading

Posted in Uncategorized | Tagged , , , | 1 Comment

Legacy code in automated tests

Recently I was exploring Swing GUI testing tools. This was a particularly difficult task for me because I’m not only novice to Swing but as a developer I’m new to acceptance testing too. The second was a difficult problem: I … Continue reading

Posted in Uncategorized | Tagged , , , , | 1 Comment