lbruun

Results 6 issues of lbruun

More options exist these days in Windows API than when proxy-vole was first conceived. I'm wondering whether the time has come to have an additional ProxySelector which outsource *everything* to...

Please add `Wizard.getFooter()` method. I really, really would like to be able to do something like: ``` java Wizard myWizard = new Wizard(); myWizard.getFooter().setMargin(true); ``` Thanks.

There's a bit of work required for getting this plugin to work with a RCP, as opposed to the IDE itself. I've gone through the process and there were two...

The plugin sets the Theme Profile to "Darcula". That's a permanent setting saves in `Preferences`. Ouch ! I wanted to try out the plugin and therefore installed it. I then...

The plugin's method for determining if the JVM is 32 bit or 64 bit will not work with Java 9. In files `RunNetBeansMojo.java` and `RunPlatformAppMojo.java` the method is based on...

I've noticed that my Maven-based platform app pulls in stuff that I do not know why is there. I've done some testing by letting the IDE create two **out-of-the-box** projects...