groovy « Development « Java Swing Q&A





1. What Java versions does Griffon support?    stackoverflow.com

I want to write a Swing application in Griffon but I am not sure what versions of Java I can support.

2. What's the definitive Java Swing starter guide and reference?    stackoverflow.com

Obviously the Java API reference, but what else is there that you all use? I've been doing web development my entire career. Lately I've been messing around ...

3. Can groovy's swingbuilder get more than one look and feel in a Java swing application?    stackoverflow.com

Via this question, it would seem that normally you can't mix-and-match look and feels in the same swing app. However, we've been using groovy's swingbuilder to handle all of our GUI ...

4. How to make swing components not resizable    stackoverflow.com

I'm trying to make some components inside a JSrollPane unresizable, because content inside can grow dynamically and I must prevent it from growing over a predefined size. My approach so far is ...

5. How to replace existing Swing UI module with Griffon based one in a legacy Java application?    stackoverflow.com

The application that I would like to revamp is pretty well organized. UI is separated into a module. UI controllers implement the interface PropertyChangeListener. When other modules want to have something ...

6. Griffon and Groovy    coderanch.com

Hi Mike, You don't need to be a Groovy expert in order to take advantage of the framework. A great thing about Groovy code is that you can write it as if it were Java code, that is, the syntax is 98% close to Java. As time passes by and as you feel more comfortable with the language you can switch ...