How do you open the option dialog with a preselected category?

Apache NetBeans Wiki Index

Note: These pages are being reviewed.

See http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-options-api/org/netbeans/api/options/OptionsDisplayer.html#open-java.lang.String-

For example ` OptionsDisplayer.getDefault().open("Java"+ "/de.markiewb.netbeans.plugins.eclipse.formatter.options"); `