f.getContentPane().addPullToRefresh(new Runnable() {
public void run() {
_("PULLED.");
String count = " " + f.getContentPane().getComponentCount();
f.addComponent(0, new Button("Button " + count));
f.invalidate();
}
});
this doesnt seem to result in anything at all, has it changed?
Also would it be possible to change the text "pull to refresh" to use for other things?