Emmanuel Bourg

Results 31 issues of Emmanuel Bourg

Using the Maven plugin and jdeb 1.9, the snapshot version isn't expanded when the name of the file is overriden by specifying the `` element in the plugin configuration. For...

bug
good first issue

To play nice with the Debian policy we should generate a copyright file in the binary package. This file is located at: ``` /usr/share/doc//copyright ``` The syntax of the copyright...

improvement

The Debian Policy requires to create relative links unless the link points to another top level directory: http://www.debian.org/doc/debian-policy/ch-files.html#s10.5 I suggest to normalize automatically the links specified by the user and...

improvement

I'd like to suggest an improvement to JSpinners, in addition to the up/down buttons the value could be modified with the mouse wheel. Here is how I've implemented it in...

I'd like to suggest the addition of a different foreground color for a JTable when the component is disabled. I've implemented it in a custom look and feel by reacting...

`FlatInternalFrameTest` provides a great playground for JInternalFrames, it would be nice to add it as an extra tab to the demo.

I'd like to suggested an enhancement that would consist in finding automatically a JRE embedded in the application. Something more flexible that setting the exact path to the JRE with...

enhancement

The label of a crosshair overlay is not anti-aliased, it would probably make sense to use the text anti-aliasing hint set on the chart when drawing it.

Hi, I noticed that subpixel text anti-aliasing doesn't work when the hint is set on the chart: chart.setTextAntiAlias(RenderingHints.VALUE_TEXT_ANTIALIAS_LCD_HRGB); With this hint the title and the values on the axis are...