@Override
public void actionPerformed(final ActionEvent e) {
try {
lock.lock();
try {
final HTMLFormatter htmlformatter = new HTMLFormatter(GUI.pref);
htmlformatter.setShortenDataTypes(true);
new GUI.BrowserForCommandLineOptions(GUI.pref
.parseCommandLineOptions(
new String[] { "--helpall" },
htmlformatter), "text/html",
"Command Line Options for GUI", false);