Tagged Questions
8
votes
5answers
931 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 and I've decided to ...
4
votes
2answers
626 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', [:]);
view.loginPanel = ...
2
votes
1answer
192 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
1answer
186 views
Griffon integration test or script that displays a griffon View
When I create plane java Swing components like dialog boxes etc, it is very easy to make a unit test to display the Dialog. Basically, I can just create an instance of the dialog and call ...
0
votes
1answer
603 views
SwingBuilder: scrollPane
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 snippet I've tried ...