Text « JSlider « Java Swing Q&A





1. How do you make a basic Java JSlider with a text box ???    bytes.com

I'm trying to create a JSlider applet to change colors in a text box.. Where do I start???? I'm not trying to create anything very complicated; just something basic to change ...

2. How to use JSlider to adjust Text in a JPanel    coderanch.com

guys, maybe you can help me on this... my application uses a JSlider... I want to be able to adjust the size of the text to give a zooming in/out effect. I have the initial code... but the JSlider doesnt work... Here is the link of the intended output... http://www.geocities.com/louiebagz/files/jslider.jpg import java.awt.*; import java.awt.font.*; import java.awt.geom.Rectangle2D; import javax.swing.*; import javax.swing.JFrame; import ...