container.add(comp, c);
c.gridx++;
comp = createComponent("Gamma", 0, 20,
new String[] { "k=1,θ=2", "k=2,θ=2", "k=3,θ=2", "k=5,θ=1", "k=9,θ=0.5" },
new GammaDistribution(1, 2),
new GammaDistribution(2, 2),
new GammaDistribution(3, 2),
new GammaDistribution(5, 1),
new GammaDistribution(9, 0.5));
container.add(comp, c);
c.gridx++;
RandomGenerator rng = new MersenneTwister(0);
comp = createComponent("Levy", 0, 3,