Sun's Java UI toolkit, Swing, was a great idea, though of course it's taken a long time to come even close to its original ideals: a powerful, attractive, full-fledged windowing toolkit independent of ...
Alex Ruiz follows up his popular JavaOne 2007 presentation with this introduction to test-driven GUI development with FEST. Learn what differentiates FEST (formerly TestNG-Abbot) from other GUI ...
So I've got my JFrame, and it contains an OpenGL canvas, which has to be set and resized based on pixel dimensions. I'd like to be able to resize the whole window, but I need to know the dimensions of ...