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

