× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Could you elaborate on what you mean by "drawing the screen dynamically"?

I get an XML feed from the server and it will have something like the
following:

<form id="form1">
<button id="btnSubmit" x="12" y="100" value="Submit" />
</form>

Based on that I know I need to display a form with a single button on the
screen which I do by parsing the XML and incrementally "drawing it" by
instantiating AWT objects and adding them to a panel/frame.

Aaron Bartell
http://mowyourlawn.com

-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Thorbjørn Ravn Andersen
Sent: Wednesday, February 20, 2008 3:19 PM
To: Java Programming on and around the iSeries / AS400
Subject: Re: Which UI "engine" to use?

Aaron Bartell skrev den 20-02-2008 21:26:
experiences? Please note that I am not as much interested in GUI drag and
drop IDE's as I will be drawing the screen dynamically based on what is
sent
down from the server. It is more important to have an easy to use object

Could you elaborate on what you mean by "drawing the screen dynamically"?

If you need anything besides plain "put text here, select drag down
here, click ok or cancel" you need to know by heart how components
interact. The most documented component set is Swing in Java, so you
can find most resources on it on the web, and it is maintainable for
others.

When you say Matisse I think you may be thinking of layout managers, and
not so much GUI framework.

Sounds fun though :)


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.