trying to create a shape using
the public BlobWorld (int x, int y, int width, int height, java.awt.Color c, boolean fill)
then tried running it:
BlobWorld b = new BlobWorld(10,20,30,40,blue,true)
but i get an error saying that "blue" is an undefined class...
i'd appreciate any help...
thanks
peace
Bookmarks