<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>223</bug_id>
          
          <creation_ts>2006-05-18 11:54:33 +0200</creation_ts>
          <short_desc>Swing components only update GL_LEFT buffer in stereo mode</short_desc>
          <delta_ts>2010-11-19 01:03:06 +0100</delta_ts>
          <reporter_accessible>0</reporter_accessible>
          <cclist_accessible>0</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Jogl</product>
          <component>core</component>
          <version>1</version>
          <rep_platform>All</rep_platform>
          <op_sys>windows</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>DEFECT</cf_type>
          <cf_scm_refs></cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>239</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2010-03-24 07:48:56 +0100</bug_when>
    <thetext>


---- Reported by eteq 2006-05-18 23:54:33 ----

When I create a GLCanvas with a GLCapabilties with setStereo(true), Swing
controls don&apos;t seem to all work properly.  Some of them (e.g. buttons) work
fine, but others only change the output to the left buffer of the graphics card.
 For example, a JTextBox, when generated, shows the default text in both the
GL_LEFT and the GL_RIGHT buffer, but if the text is changed, only the GL_LEFT
buffer is updated.This problem also &quot;spreads&quot; to other Swing components if the
GLCanvas is dragged around the screen to conver and later uncovers them - after
this, only the GL_LEFT buffer is updated.



---- Additional Comments From kbr 2006-05-19 00:44:44 ----

It is highly unlikely that anything can be done about this. The underlying
Java2D pipeline which renders the Swing controls knows nothing about OpenGL
stereo modes which is why the components are only appearing in one of the two
buffers. Even with the new fully-accelerated GLJPanel available with Java SE 6,
the underlying Java2D window is not stereo capable. We might be able to address
the latter with an RFE in the JDK.

I hope a quick resolution of this issue is not necessary. If one is then I would
strongly encourage you to look for workarounds involving drawing minimal
components using pure OpenGL.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:48 EDT  ---

This bug was previously known as _bug_ 223 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=223
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>575</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2010-11-19 01:03:06 +0100</bug_when>
    <thetext>Swing does it&apos;s own compositioning, ie no control</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>