The dialog should use the SystemLookAndFeel for swing controls.
EasyHack: The source is in scripting/java/com/sun/star/script/framework/provider/beanshell
It too me a bit of time to work out how to get into Beanshell. In case anyone else is curious (someone comes onto the dev IRC channel every now and again to ask about it), you need to: 1. Open a new writer document 2. Go to tools -> Macros -> Organize Macros -> Beanshell... 3. Find a .bsh script, then click on edit At this point, you have the Beanshell editor.
(In reply to Samuel Mehrbrodt (CIB) from comment #0) > The dialog should use the SystemLookAndFeel for swing controls. Patch submitted on gerrit. Please review https://gerrit.libreoffice.org/#/c/22429/
Caolan fixed a problem that occurs when GTK3 is loaded and Swing tries to use GTK2. I've pushed this to master now.
Chirag Manwani committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9046ce5cb9df2cdb379bc460dfd23e00f96e51f3 tdf#97642 Use native theming for swing controls in Beanshell Editor It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Remove LibreOffice Dev List from CC (curtailing excessive email to list) [NinjaEdit]