6465666768697071727374
*/ private void init() { GmlStrokeDrawer curve = new CurvesDemo(); add(curve); GmlStrokeDrawer mesh = new MeshDemo(); add(mesh); GmlStrokeDrawer boxes = new BoxesDemo(); add(boxes); GmlStrokeDrawer strokefat = new StrokeFatDemo(); add(strokefat);