// Creates, manages, and renders trees.
trees = new TreeManager(this);
// Creates and manages UI elements.
ui = new PhyloUI(this);
treeUpdater = new PWTreeUpdater();
clipUpdater = new PWClipUpdater();
ui.setup();
trees.setup();
bgColor = Color.parseColor(PhyloWidget.ui.background).getRGB();