Groups
Groups
Sign in
Groups
Groups
SDL/Swing
Conversations
About
Send feedback
Help
Interesting on development desktop app
2 views
Skip to first unread message
mel
unread,
Jun 15, 2010, 12:22:06 PM
6/15/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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 just discover this technology and I think it's perfect for my
objetive. I begin a new adventure developing a project java
application desktop.
Am I mistake?
I go to test SDL/Swing for my GUI and I'll keep you informed.
Thanks.
Dan Leuck
unread,
Jun 15, 2010, 5:40:44 PM
6/15/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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 Carmel,
Yes. SDL/Swing is designed for this purpose - to make Java desktop
application development easy.
We look forward to hearing about your experience developing with SDL/
Swing.
Dan
Rocky
unread,
Jun 17, 2010, 6:31:23 AM
6/17/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
Hello all!
I wanted to ask, is it possible to create dynamic UIs in SDL/Swing?
For example, is it possible to populate a combo box from an array or
from a controller method?
Rade
Dan Leuck
unread,
Jun 17, 2010, 8:16:06 AM
6/17/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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 Rocky,
Yes.
SDL:
combo ID="colors"
Java Controller:
JComboBox colorCombo = (JComboBox)form.getChildByID("colors");
colorCombo.addItem("red");
colorCombo.addItem("green");
Dan
Reply all
Reply to author
Forward
0 new messages