Yes, I’m sure. 
GL 2.0 has nothing to do with EXT_fbo. EXT_fbo’s functionality (subset of superbuffers) was supposed to be part of GL 2.0 but it never happened, it’s an ordinary extension right now.
ATI has been working on EXT_fbo for months and the entry points are there (some guys from opengl.org have successfully used EXT_fbo with 5.6), but it has to be properly exposed in the extensions string to work with JOGL & LWJGL. I’ve actually used it with the 5.7 beta, where it is exposed, so they should appear on a public release pretty soon. It’s in a good state but still buggy. NV’s recently released public implementation is buggy too, so that shouldn’t stop them from letting it loose. 