griffon
does Griffon support command-line (no swing user interface) project
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[详细]
2023-04-03 22:59 分类:问答Getting Error When I Run The Griffon Application
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 :[详细]
2023-03-31 22:19 分类:问答Inserting Items to BoxLayout at Runtime?
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.[详细]
2023-03-08 15:17 分类:问答What to select next, for building Desktop-application?
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[详细]
2023-02-24 03:51 分类:问答Griffon Gsql - how to config datasource in Config.properties file?
griffon gsql plugin\'s datasource config is write in Data开发者_如何学GoSource.groovy, and i want it to be in Config.properties, how?[详细]
2023-02-20 16:57 分类:问答Griffon command line arguments
How to use getStartupArgs() Since 0.9.1 it seems you can read the command line arguments issue #245 with the getStartupArgs() method (documentation)[详细]
2023-02-03 10:27 分类:问答Auto updating (time) tooltip in Griffon SystemTray
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\".[详细]
2023-01-28 03:25 分类:问答How to replace existing Swing UI module with Griffon based one in a legacy Java application?
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[详细]
2023-01-13 10:14 分类:问答Combine Hibernate class with @Bindable for SwingBuilder without Griffon?
I have implemented a back-end for my application in Groovy/Gradle, and am now trying to implement a GUI.[详细]
2023-01-03 17:18 分类:问答Swingbuilder - application location centering
I am creating an application using Griffon->SwingBuilder. I would like to able to center the application on the desktop.[详细]
2022-12-28 09:49 分类:问答