List prevList) {
//#ifdef DMIDP20
if (pageEnabled || htmlEnabled) {
/* This is a custom item only present in MIDP 2.0 */
try {
return new PageCustomItem(textLabel,
descForm.getWidth(), descForm.getHeight(),
fontSize, underlined, htmlEnabled, text, prevList,
this);
} catch (Exception e) {
}