Hi Ewald

Thanks for the response. Sometimes I do not see the forest due to all
the trees (German expression for not seeing the obvious, I think) ...

I get compile erros such as:

net.java.nbglpack.jogl.apisupport
net.java.nbglpack.jogldemoproject
net.java.nbglpack.joglglredbookproject
net.java.nbglpack.jogl.quicksearch
org.netbeans.modules.portalpacks.jsfportletbridge
etc.

Not found

I basically am just looking for the correct functionality to implement
i.e. OpenGL, JOGL, etc. and how to go about it. Have downloaded
OpenGL  from Michael Bien, added it under the libraries as a jar but
seem to be making no progress as far as getting rid of the compile
error messages is concerned.

It seems that I am doing something wrong or omitting something, that
must be obvious to those in the know.

Manfred

On Jul 13, 1:17 pm, Ewald Horn <[email protected]> wrote:
> Hi Manfred.
>
> I don't quite follow... Graphics is pretty much IDE independant, you need to
> read up on Java2D if you want to start using it.
>
> Here's a suggestion though : Override the paintComponent() method in a
> JPanel, and then cast the Graphics object to a Graphics2D object, and viola!
> you have 2D graphics, primitive, but effective.
>
> Here are some links that might help to get you started:
>
> http://zetcode.com/tutorials/java2dtutorial/http://java.sun.com/docs/books/tutorial/2d/index.htmlhttp://www.cokeandcode.com/info/tut2d.htmlhttp://java.sun.com/docs/books/tutorial/extra/fullscreen/
>
> Remember to have lots of fun with graphics, it really helps to learn it
> quicker :)
>
> Best regards
> Ewald
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CTJUG Tech" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/CTJUG-Tech?hl=en
For Cape Town Java User Group home page see http://www.ctjug.org.za/
For jobs see http://gamatamjobs.appspot.com/
-~----------~----~----~----~------~----~------~--~---

Reply via email to