c.gridy++;
c.gridx = 0;
comp = createComponent("Log-Normal", 0, 3,
new String[] { "μ=0,σ\u00B2=10", "μ=0,σ\u00B2=1.5", "μ=0,σ\u00B2=1", "μ=0,σ\u00B2=0.5", "μ=0,σ\u00B2=0.25", "μ=0,σ\u00B2=0.125" },
new LogNormalDistribution(0, 10),
new LogNormalDistribution(0, 1.5),
new LogNormalDistribution(0, 1),
new LogNormalDistribution(0, 0.5),
new LogNormalDistribution(0, 0.25),
new LogNormalDistribution(0, 0.125));
container.add(comp, c);
c.gridx++;
comp = createComponent("Pareto", 0, 5,
new String[] { "x=1,α=1", "x=1,α=2", "x=1,α=3", "x=1,α=10" },