Xlet application

Hi,

I have to develop an application using xlets.

this application is very similar to a web-site: there is a 'home page' and the other 'pages'. From the 'home page' is possible to shift to the others 'pages' .

To develop this one I used a single xlet that adds in the HScene objects that extend HContainer. With the Hscene 's method setVisible(true|false) I manage which HContainer to show and which not and to get from a page to the other I used the java.awt buttons.

Now, my question is... Am I in the rigth way or I have to use a xlet for every 'page' of my application?

Thanx,

fra

Message was edited by:

fra77

Message was edited by:

fra77

[723 byte] By [fra77a] at [2007-11-26 18:34:28]
# 1
Sounds like a perfectly reasonably way to implement it to me.Your Xlet is really your application instance; you only one to use multiple Xlets if you have multiple applications, otherwise transferring data between "pages" in your application becomes needlessly
_Roger_a at 2007-7-9 6:08:33 > top of Java-index,Java Mobility Forums,Consumer and Commerce...