From: Soh C. Weng,B. <eng...@nu...> - 2002-10-15 12:31:34
|
Hi I'm currently trying to compile one of the tutorials ported from NeHe Revised NeHe OpenGL tutorial Lesson 27=20 I'm getting this error from my java compiler telling me that=20 public class NeHeCanvas should not be defined.=20 the line is declared as :"public class NeHeCanvas extends GLAnimCanvas implements KeyListener, MouseListener" in this tutorial=20 It was ok for the rest of the tutorials I tried ie: tutorial 7. the same line was declared:" class NeHeCanvas extends GLAnimCanvas implements KeyListener, MouseListener" in tutorial 7=20 Could someone advise me on what maybe the matter?=20 Bryan |