JSlider top = new JSlider(JSlider.HORIZONTAL, 0, 100, 50); JSlider bot = new JSlider(JSlider.HORIZONTAL, 0, 100, 50); bot.setModel(top.getModel());