How to check hardware vendor

How do i get the type of graphics card(ati,nvidia)?

gl.glGetString(GL.GL_VENDOR) e.g. in your GLEventListener.init() method.