getContentBottom() - star.getHeight() + 10, 5*(star.getWidth()+5), star.getHeight());
}
//add the scroll pane
if (isHighDef()) {
scrollPane = new BScrollPane(getNormal(), getContentX(), getContentY(),
getContentWidth(), getContentHeight() - 56, 25);
} else {
scrollPane = new BScrollPane(getNormal(), getContentX(), getContentY(),
getContentWidth(), getContentHeight() - 22, 25);
}
//the icon
icon = new BView(scrollPane, 0, 0, 130, 182);