What determines if a JLabel shows ellipsis?

From: Kanna (KannaL_at_...)
Date: 11/22/04


Date: Mon, 22 Nov 2004 22:55:03 GMT

Does anyone know what causes a JLabel to show:

 + ellipsis?
 + all-or-nothing?
 + multi-line?

Right now I'm just trying to get a JLabel to show ellipsis instead of
wrapping to multiple lines.
I'm using it in a JPanel which uses GridBagLayout.

TIA,

-KL