| Author |
[Griffon] Visual Editor ?
|
Christophe Verré
Marshal
Joined: Nov 24, 2005
Posts: 14361
|
|
|
I'm using Swing at work, and the first question coming to my mind is : Is there an editor like Eclipse's VisualEditor to build the UI ?
|
[SCBCD Wall of Fame] [My Blog]
All roads lead to JavaRanch
Help Japan. Make a donation.
|
 |
Andres Almiray
author
Ranch Hand
Joined: Jan 25, 2010
Posts: 46
|
|
There's no editor provided by Griffon at this moment. However I'm pretty sure IntelliJ IDEA has something to offer on this regard. There are a few alternatives though:
You can design the UI using NetBeans' Matisse, then import it using the generate-view-script command targetYou may use AbeilleForms Designer instead, there's a Griffon plugin that supports it.You may prototype the UI using SwingPad, a Grifofn application that let's you run the UI DSL as a regular Groovy script.
Cheers,
Andres
|
 |
Christophe Verré
Marshal
Joined: Nov 24, 2005
Posts: 14361
|
|
|
Each option seems worth a try. Thank you.
|
 |
 |
|
|
subject: [Griffon] Visual Editor ?
|
|
|