SurfMan
unread,Dec 6, 2010, 4:40:13 AM12/6/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 JavaBuilders
Don't you just hate it, that after struggling for days, and then
finally posting to the group, you come up with a working solution in
the next hour??
To answer my own question: yes, it just works. It all comes down to
getting the syntax of YAML right. The example below works like a
charm!
JPanel:
- JPanel(name=NodePanel134):
- JLabel(name=startdate134, text=Start 1294952940)
- JLabel(name=enddate134, text=End 1294968840)
- JLabel(name=title134, text=Ideo Saluto)
- MigLayout: |
startdate134
enddate134
title134
- JPanel(name=NodePanel135):
- JLabel(name=startdate135, text=Start 1297226755)
- JLabel(name=enddate135, text=End 1297234675)
- JLabel(name=title135, text=Pagus Letalis Aptent Os Molior
Importunus Abbas)
- MigLayout: |
startdate135
enddate135
title135
- JPanel(name=NodePanel145):
- JLabel(name=startdate145, text=Start 1298049802)
- JLabel(name=enddate145, text=End 1298058622)
- JLabel(name=title145, text=Dignissim)
- MigLayout: |
startdate145
enddate145
title145
- MigLayout: |
NodePanel134
NodePanel135
NodePanel145