super(parent, x, y, width, height, rowHeight);
// TODO Auto-generated constructor stub
}
public int getUpDownWidth() {
HDApplication app = (HDApplication)getParent().getApp();
if (app.getHeight() > 480) {
return 100;
} else {
return super.getUpDownWidth();
}
}