Is it possible to let BasicController inherit from
class JApplet or Applet?
It should make no difference to current users of
BasicController.
But in our project, we could provide an online demo
(web browser based) of our application...
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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