Hi
Actually, OpenGL quad buffer stereo has been supported very early since OpenGL 1.0. If stereo is absolutely necessary for your application, look at the capabilities chooser, request a capability supporting stereo and if the returned capability doesn't, just stop trying to go further. Using a drawable just to test its support is a bit too much in my humble opinion. I don't remember how we handle that in Ardor3D and Java3D.