Justify in dialog boxes
Posted by AJBell on Feb 15, 2011; 2:29pm
URL: http://imagej.273.s1.nabble.com/Justify-in-dialog-boxes-tp3685680.html
Dear List,
I've written some straight forward macros that work fine. However there are several dialog boxes that are used, and it is really rather annoying that the text and any tick box/drop down menu etc are not justified in the dialog box. Here is an example:
microscope = newArray("Old", "New");
Dialog.create("Experiment Details");
Dialog.addMessage("Please select which microscope was used.");
Dialog.addChoice("Microscope:", microscope);
Dialog.show();
Here the choice box is left justified and the OK/Cancel buttons right justified. Or here:
waitForUser("Click OK to continue");
Is it possible to make them all center justified?
Ridiculous question I know, but to me it's like fingernails down a blackboard!
With regards,
Andrew Bell
PhD Student
Department of Infection, Immunity and Inflammation
Maurice Shock Medical Sciences Building
University of Leicester
University Road
Leicester
LE1 9HN