does Griffon support command-line project? I don\'t want to show swin开发者_运维问答g user interfaceNot at this point, no. Griffon requires an UI toolkit and relies on Swing as the default one. Effor
I\'m using Ubuntu and i have installed Griffon by taking the steps from this site. Even though there is no error in my installation. When i try to run the Griffon app using the command :
I am trying to figure out how I can insert items to BoxLayout at runtime... or achieve a similar effe开发者_StackOverflowct using a different widget/panel/layout.
I have been reading Groovy, and I\'m half way down. I started to love groovy a lot, and apply it to solve some simple real world problem; As I love building开发者_JAVA技巧 web applications, i would go
griffon gsql plugin\'s datasource config is write in Data开发者_如何学GoSource.groovy, and i want it to be in Config.properties, how?
How to use getStartupArgs() Since 0.9.1 it seems you can read the command line arguments issue #245 with the getStartupArgs() method (documentation)
Hey, I\'m thinking about using griffon in an very simple DeskTop app I\'ve been asked to code. 90% of it\'s features are a few mouse clicks away from the system tray, it\'s like \"start/choose/stop\".
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 some
I have implemented a back-end for my application in Groovy/Gradle, and am now trying to implement a GUI.
I am creating an application using Griffon->SwingBuilder. I would like to able to center the application on the desktop.