Home » Unlabelled » How do we read number information from my applets parameters, given that Applets getParameter() method returns a string? | Java Applets
Wednesday, 15 February 2012
How do we read number information from my applets parameters, given that Applets getParameter() method returns a string? | Java Applets
Use the parselnt() method in the Integer Class, the Float(String) constructor or parseFloat() method in the Class Float, or the Double(Strrng) constructor or parseDoulbl() method m the class Double.
No comments:
Post a Comment