Create a java.awt.List.
java.awt.Component.setBounds,setSize, or setLocation it.
Add it to your Frame (or Applet).
ARRGH!!! The setBounds,setSize, or setLocation didn't work. If you are using a Layout Manager, the List just appears as normal (as expected). If you are using a null Layout Manager, the List doesn't appear at all! If you are using no Layout Manager, the List takes up the entire frame!!! Other components don't do this. Other components behave! Why me?
Anyway, how can you resize and reposition Lists? Is there ANY way to get around this?!? ***
Dammit Jim, I'm a programmer, not a doctor.
java.awt.Component.setBounds,setSize, or setLocation it.
Add it to your Frame (or Applet).
ARRGH!!! The setBounds,setSize, or setLocation didn't work. If you are using a Layout Manager, the List just appears as normal (as expected). If you are using a null Layout Manager, the List doesn't appear at all! If you are using no Layout Manager, the List takes up the entire frame!!! Other components don't do this. Other components behave! Why me?
Anyway, how can you resize and reposition Lists? Is there ANY way to get around this?!? ***
Dammit Jim, I'm a programmer, not a doctor.