Insubstantial / insubstantial

Swing look-and-feel library and assorted widgets
193 stars 58 forks source link

Substance L&F application automagically resizes with dual screen setup #77

Closed hdijkema closed 12 years ago

hdijkema commented 12 years ago

On Ubuntu 12.04, with java 7, my application (using substance 7.1) and also the demo (using substance 6.3) of the website of insubstantial, automagically resize (without warning) to a very small size, when I drag the window from one screen to another.

shemnon commented 12 years ago

This looks to be an Ubuntu/OpenJDK problem. I am not inclined to put in special fixes for specific combinations of platforms, window managers, and jdk versions, as the error seems to be fixed by using the Oracle JVM:

http://forums.netbeans.org/topic47839.html

hdijkema commented 12 years ago

Hmm. a) I'm using the Oracle JVM; b) the other look and feels that I tested (nimbus, Gtk, System, metal, JGoodies) all work as expected.

shemnon commented 12 years ago

Well, I'de welcome a patch if that is the case. I myself don't have to time to create a 2 monitor Ubuntu box and hunt down what is causing it.