Wednesday, June 02, 2010

A String.split() implementation for JavaFX Mobile

If you have been programming JavaFX mobile for any length of time, you might have come across the issue of doing a simple String.split(). In the JavaFX mobile implementation which is essentially a Java ME CLDC engine running under the hood, the traditional Java String.split() method is not implemented. Here is an implementation of split() you may use safely for all your JavaFX mobile needs:

No comments: