|
Java™ by example!
|
|
|
How do I put a JSlider on a null layout manager?
The null layout manager gives the programmer complete control over where the components are placed. You must specify the location and size of each component using the setBounds method. Here's an example:
The JDK1.2.2 seems to have problems with this (you won't see anything). I haven't found a bug in Sun's Bug Parade DB. It works fine using the JDK1.3. Anyone?
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|