Changes between Version 4 and Version 5 of GROUP_DEPLOYMENT_JWS_APPLET
- Timestamp:
- 07/22/09 19:12:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_DEPLOYMENT_JWS_APPLET
v4 v5 18 18 === Applet configuration === 19 19 20 {{{ 21 <applet width="1000" height="600" name="sophie2-applet" codebase="sophie2-bundles/" 22 code="org.sophie2.launcher.SophieApplet" 23 archive="org.sophie2.launcher-2.0-SNAPSHOT.jar 24 , and other needed jars 25 "> 26 You need java installed to run Sophei 2.0 applet. 27 </applet> 28 }}} 29 20 30 21 31 === Implementation ideas === 22 * One of the things that should be done is to make the Main class of the org.sophie2.launcher module extends Applet class. In this case Felix will start in the init() method of the newly created SophieApplet. 32 * One of the things that should be done is to make the Main class of the org.sophie2.launcher module extends Applet class. In this case Felix will start in the init() method of the newly created SophieApplet. The if there is a module with Applet layout engine it will use SophieApplet instead of JFrame in standalone editions. 23 33 24 34 === Location ===