[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

Re: [Gzigzag-commits] gzigzag/src/gfx GraphicsList.java



On Thu, May 03, 2001 at 04:02:54AM -0700, Benjamin Fallenstein wrote:
> Update of /cvsroot/gzigzag/gzigzag/src/gfx
> In directory usw-pr-cvs1:/tmp/cvs-serv24445
> 
> Modified Files:
> 	GraphicsList.java 
> Log Message:
> Comment out Java 2-stuff

... and now it won't compile under java 2. :(


    30. public  class GraphicsList extends Graphics {
			  <---------->
			  *** Error: The abstract method "void drawString(java.text.AttributedCharacterIterator $1, int $2, int $3);", inherited from type "java/awt/Graphics", is not implemented in the non-abstract class "org/gzigzag/gfx/GraphicsList".


Most annoying breakage by the Java API. How should we resolve this? 

	Tuomas