From: <aco...@mi...> - 2003-05-13 15:00:59
|
According to the article on Java 1.5 features http://java.sun.com/features/2003/05/bloch_qa.html We should be able to call OpenGL commands without prefix in Java 1.5 !!! Static import - Lets you avoid qualifying static members with class names, without the shortcomings of the Constant Interface antipattern (Effective Java, Item 17). Alban |