1.
J2ME Polish: Documentation
J2ME Polish automatically converts JAR files into the Palm PRC format when you target Palm devices. You can fine tune the conversion process by adding ...
2.
J2ME Polish: Documentation
You can use J2ME Polish for any existing project by copying the file "sample/build.xml" as well as the "sample/resources" folder to the root-folder of the ...
3.
BackgroundConverter
public float parseFloat(java.lang.String name, java.lang.String value). Parses the given float. Parameters: name - the name of the field: value - the float ...
4.
RecordStore
Class RecordStore. java.lang.Object extended by de.enough.polish.doja.rms.RecordStore .... public static RecordStore openRecordStore(java.lang. ...
5.
CheckBoxList
java.awt.Container extended by javax.swing.JComponent extended by javax.swing.JPanel extended by de.enough.polish.swing.CheckBoxList ...
6.
TextEffect
Font font, int x, int y, int width, int height, int transparentColor) ... public abstract void drawString(java.lang.String text, int textColor, int x, ...
7.
J2ME Polish: Documentation
In this example we have a Contact class that implements the Serializable interface. ... Externalizable; import java.io.*; public class Contact implements ...
8.
RedirectHttpConnection
String getHeaderFieldKey(int n) throws java.io.IOException. Specified by: getHeaderFieldKey in interface javax.microedition.io.HttpConnection ...
9.
RedirectHttpConnection
String getResponseMessage() throws java.io.IOException. Specified by: getResponseMessage in interface javax.microedition.io.HttpConnection. Throws: java.io. ...
10.
ArrayList
indexOf(Object)/lastIndexOf(Object) You have to do them manually. Use "list. ... java.lang.Object[], toArray() Returns all stored elements as an array. ...