final boolean watchList) {
createWindow(
"PageListWindow", wikipedia,
WindowConstants.DISPOSE_ON_CLOSE,
PageListWindow.class,
new DefaultBasicWindowListener() {
@Override
public void initializeWindow(BasicWindow window) {
if (window instanceof PageListWindow) {
PageListWindow pageList = (PageListWindow) window;
pageList.title = title;