Show Posts
|
|
Pages: [1]
|
|
2
|
Java Game APIs & Engines / J2ME / Re: how to write a derived class from game.Layer?
|
on: 2003-06-08 12:38:51
|
|
thanks to your reply
============= no , i did write a paint() method like this: class tlayer extends Layer{ tlayer(){super();} public void paint(Graphics g){} } and the error message is can't resolve symbol : Layer() ----- i think some problem occurs on constructor function, but , i can't find some documention about layer's constructor function in MIDP doc.
can u tell me how to get the layer's constructor function declaration?
thx
|
|
|
|
|
|
Add your game by posting it in the WIP section,
or publish it in Showcase.
The first screenshot will be displayed as a thumbnail.
|
|