Dialog.addRadioButtonGroup labels alignment

Posted by Kaiming Yin on
URL: http://imagej.273.s1.nabble.com/Dialog-addRadioButtonGroup-labels-alignment-tp5020956.html

Dear guys,

Can I ask if I want to add a Dialog.addRadioButtonGroup in my panel, and
the button group has four choices with labels at different lengths for each
choice. How can I align the four labels to the left in one column please?
For example, currently I'm using command lines as below:

items = newArray("ImageJ                              ", "ImageJ
v1.52e                ", "ImageJ v1.52a to ImageJ v1.52e       ", "  ImageJ
v1.50 to ImageJ v1.51 to ImageJ v1.52e");

Dialog.addRadioButtonGroup("             Versions:", items, 4, 1,
"ImageJ                              ");

Currently I use spaces to try to align all the labels but seems quite
clumsy. Is there any other way to do this?

Thanks,
Kaiming

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html