|
Replies:
4
-
Last Post:
Sep 24, 2007 11:16 AM
by: terrencebarr
|
Threads:
[
Previous
|
Next
]
|
|
|
|
|
|
SVGMobileAerithDemo & uilabs_demos.jar ???
Posted:
Sep 21, 2007 3:25 PM
|
|
|
Hi all, Sorry newbie question... How does one get ones mobile (svg) app to work in an applet like the Mobile Aerith demo??? I searched for the code SVGMobileAerithDemo and uilabs_demos.jar but could not find it anywhere. Is this a MicroEmulator sort of thing....?
Cheers
Ed
|
|
|
|
|
|
|
|
|
Re: SVGMobileAerithDemo & uilabs_demos.jar ???
Posted:
Sep 24, 2007 2:26 AM
in response to: eagerb
|
|
|
Just to follow up on Borrys' answer:
There currently is no ready-to-run binary of the Mobile Aerith demo available. But running it yourself is easy.
Check out the code from the link Borrys supplied using subversion:
svn checkout https://meapplicationdevelopers.dev.java.net/svn/meapplicationdevelopers/demobox/uilabs/MobileAerith <your-local-copy> --username <java.net-username>
Then open the project using NetBeans 5.5.1 with Mobility pack by pointing NetBeans to the top-level directory of MobileAerith. After NetBeans has opened the project just click the "Run" button in NetBeans and off you go.
-- Terrence
|
|
|
|
|
|
|
|
Re: SVGMobileAerithDemo & uilabs_demos.jar ???
Posted:
Sep 24, 2007 3:45 AM
in response to: terrencebarr
|
|
|
Thanks for the replies... I have the source for the demo but on the webpage there is a nice web based applet of the demo (https://meapplicationdevelopers.dev.java.net/uiLabs/MobileAerith.html)
that runs the file: SVGMobileAerithDemo this is not part of the demo src...
The applet code is:
<applet id="uiLabsDemo" code="com.sun.uilabs.MobileAerith.SVGMobileAerithDemo" archive="j2se-release_2.0_EA_01.jar, uilabs_demos.jar" WIDTH="240" height="320"> </applet>
I'm actually more interested in the code to run the demo (as an applet) that the demo itself...!!
Any other ideas?
Cheers
Ed
|
|
|
|
|
|
|
|
Re: SVGMobileAerithDemo & uilabs_demos.jar ???
Posted:
Sep 24, 2007 11:16 AM
in response to: eagerb
|
|
|
The code you see running on the web page is, as far as I remember, a modified version of MobileAerith for demo purposes that is run in an applet which implements a pure-Java SVG engine. That applet-based SVG engine is currently not open source, unfortunately.
-- Terrence
|
|
|
|
|