1
vote
1answer
27 views
How do I efficiently test a Griffon application with easyb?
At the moment I am playing with Griffon. Everything works very smooth except for the testing.
I like to test the separate controller methods without starting the
whole Griffon a …
0
votes
1answer
90 views
SwingBuilder: scrollPane
Hi,
What's the proper way to set up a scroll pane using groovy's SwingBuilder? I'm using griffon and I'm having a hard time adding and removing components dynamically...
Here's a …
5
votes
5answers
377 views
What’s the definitive Java Swing starter guide and reference?
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 a lot with Groovy a …
2
votes
2answers
193 views
favourite IDE for griffon development
I am experimenting with Groovy Griffon development and I am wondering what IDE to use.
I am trying to use NetBeans 6.5, and I found this post
http://blogs.sun.com/geertjan/entry …
1
vote
2answers
96 views
How to show a second MVC group as a dialog box in griffon
I can see how to instantiate a second MVC group, e.g.
def (loginPaneModel, loginPaneView, loginPaneController) =
createMVCGroup('LoginPane', 'LoginPane', [:]);
vie …
2
votes
1answer
95 views
What Java versions does Griffon support?
I want to write a Swing application in Griffon but I am not sure what versions of Java I can support.
