slarson / wholebrain

Automatically exported from code.google.com/p/wholebrain
0 stars 0 forks source link

Flickering Java GUI - fix in template.vm #435

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run WBC
2. Select any Java/GUI property
3.

What is the expected output? What do you see instead?
Lot of fast GUI flickering happening in some machines as reported by Padraig.

Please use labels and text to provide additional information.
Adding -Dsun.java2d.noddraw=true in the VM arguments will solve this issue. 
Will need to add this to the webstart version to prevent this bug from 
happening. 

Original issue reported on code.google.com by piperfl...@gmail.com on 25 Feb 2010 at 2:40

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 6 May 2010 at 12:30

GoogleCodeExporter commented 9 years ago
Fixed in 0.7.7.0 released version, need to incorporate back into template.vm:

 <application-desc main-class="org.wholebrainproject.wbc.app.WholeBrainCatalog\
">
    <argument>-ip</argument>
    <argument>http://stage-data.wholebraincatalog.org</argument>
    <argument>-Dsun.java2d.noddraw</argument>
    <argument>true</argument>
  </application-desc>

Original comment by stephen....@gmail.com on 11 May 2010 at 12:20

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2517.

Original comment by stephen....@gmail.com on 15 May 2010 at 2:20