How to set layout to a panel

I Have a main panel contains of multiple panels .

Each panel contains of set of radio buttons.

What my problem is .........

Some of the radio buttons contains the data that has # symbol

i want to replace # with TextField So i divided the Radio Button's data

to Label, TextField,Label.

Now the Problem is it is now displaying in proper allignment.

ex:-

Assume O is Radio Button

O Last # years Ago -- This is the old Secnario

O Last "TextField" Years Ago - This is the new scenario

but it is displaying in the below.....

O Last "TextField" Years Ago

Plz any body tell me how to allign the Radiobuttons

[686 byte] By [Venu_Ma] at [2007-11-27 10:39:17]
# 1

choose a layout first:

http://java.sun.com/docs/books/tutorial/uiswing/layout/using.html

Yannixa at 2007-7-28 19:00:17 > top of Java-index,Java Essentials,Java Programming...