Interesting on development desktop app

2 views
Skip to first unread message

mel

unread,
Jun 15, 2010, 12:22:06 PM6/15/10
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 PM6/15/10
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 AM6/17/10
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 AM6/17/10
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