I have been doing some GUI java code in both swing and SWT recently and find text alignment a niggling annoyance of mine. Often you want to align components with the text line vertically of combo or check boxes. Here is the code for determining the width in pixels for the two most popular GUI [...]