Re: Best Approach for putting words on a JPanel (with special requirements) [2nd attempted post]



> Alternatively represent each word with a JLabel or custom component.
> Give the panel a custom LayoutManager that positions each word component
> as you wish.

Tom,

Thank you very much for your response.

Can you point me in the right direction for knowing how to give the
panel a custom LayoutManager? An online tutorial or sample code or
something?

- Paul

.