Search Results

2
votes
1answer
96 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. …
0
votes

How to show a second MVC group as a dialog box in griffon

The easiest way would be to use the view panel as the root of a dialog in the parent MVC group. In the view for the group that yor code snippet is the controller of you could do something like this …
0
votes

favourite IDE for griffon development

Griffon apps have some rudimentry hooks already for IDE integration. First, a .classpath and .project file are generated that mark the expected source and test d …