Calling platformRequest() in Java MIDP 2.0
Hi there,
I have recently been using the Java ME features of Netbeans and the SVG UI snippets plug in and I would like to open a website with the default web browser on the phone through my midlet.
To do this, I would like to know how I can use the platformRequest() method call (from the Midlet class) in my Java ME application.
Specifically, I would like to be able to click on an button and it calls this method, subsequently opening the page..
I have looked around and posted on other places for help (including Netbeans forums), but have received no advice yet :(
Hopefully you can help me as this is really important.
...
What I'm using: Creating a Touch Enabled SVG UI for Java ME Devices - NetBeans IDE Tutorial
Thanks,
Nano.