This is an interesting app. I had to do some reading about Roo :-) I
like the way you integrated these libraries into an SDL/Swing app. I
learned a few things reading through your code.
You may find the formpane component useful for laying out your
editors. For example, you could write editPersona.sdl like so:
form ID="PersonaOperations" {
formpane {
"ID"; label ID="ID" text="pacooooo"
"Version"; label ID="version"
"First Name"; text ID="firstName"
"Last Name"; text ID="lastName"
""; hpane {
button "Save" do="save" ;
" "
button "Cancel" do="cancel"
> RooSDLSample.zip
> 121KViewDownload