1656165716581659166016611662
/** * Action called when Random page button is pressed. */ public void actionRandomPage() { new RandomPageWorker(getWikipedia(), this, comboPagename).start(); }