Messages of subject
Use PJA in a J2ME enviroment |
daldaver
Location : Spain
Member since : Jul 18, 2003
Messages : 2
|
Jul 21, 2003 at 12:26 PM
I have read this in the history of the PJA toolkit documentation, in Version 1.1 05/30/2000:
"com.eteks.awt.PJAGraphics class optimization : this class doesn't use anymore floating point Java type (float or double). Thanks to this change, floating point is useless in the package com.eteks.awt, enabling PJA to be used in a J2ME environment."
I wonder how can I use PJA in a J2ME enviroment when PJAGraphics class imports java.awt package, and it can't be used in J2ME.
Thanks.
David --- David
|
Manu
Location : Paris / France
Member since : Apr 29, 2003
Messages : 394
|
Jul 28, 2003 at 3:19 PM
As far as I can remember, all the AWT classes of the JDK 1.1 (not from JDK 1.2) don't use also float numbers, so I think it wouldn't be so hard to plug AWT 1.1 classes and PJA classes in J2ME to generate images with AWT code in the J2ME environment... --- Manu (moderator/modérateur)
|