Raul_Arabaolaza
unread,Jul 22, 2010, 8:28:54 AM7/22/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SDL/Swing
Hi,
I´m amazed by this library, SDL/swing seems a great framework for me
to declare GUI´s in a efective way without too much problem, currently
i´m considering to create a spring Roo addon for it, so you can use
both to quickly generate swing applications using spring, jpa and sdl/
swing.
The first step is to create an example of the kind of app i want to
generate and in this process i´m stuck with listeners, i want my
application to display a entity table and when one row is double
clicked to display a secondary window where the user can see the
details, edit them or delete the record, i can achieve this easily
using formcontroller to retrieve the table and programatically add the
required listener but i would like to know if there´s a declarative
way of doing that, something like the SDL do option for buttons or
menus.
Best regards, Raúl