Steve Meyfroidt - 2002-02-09

Logged In: YES
user_id=27007

Hi Christian,

Long time since I did any applet stuff, but isn't it the
case though that the applet would simply be the "main()" of
the online version? In which case doesn't it just start up
a Controller in the same old way? The real trick will be to
show and hide views in the context of the applet area
though. That could be interesting because there's at least
two approaches: swap views into the applet area (like a
card layout) or use separate windows/frames. It seems that
there might need to be a new ViewContext to handle this.

Steve