java me - redirect to the url in j2me -


hello want redirect given url--"http://www.silvertouch.mobi/mynino/ninoparent/paypalpayment.php?" clicking button in canvas page.how can possible write platformrequest(url);in other canvas file. me if know solution.

have tried passing midlet reference canvas , calling midlet processrequest(url) method in pointerpressed?

public class mycanvas extends canvas

{  private midlet midlet;  public mycanvas(midlet midlet) {      this.midlet = midlet; }  ... public pointerpressed(int x, int y) {     midlet.processrequest(myurl); } 

}


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -