?? Array of Pen

J

Jakub Otahal

Hi there,
is possible to make an array of the pen?
this doesnot work
thanks jakub
public Pen[] BarvyKanalu;

BarvyKanalu=new Pen()[32];
 
J

Jakub Otahal

thanks, surely it works
i am stupid ............ :)

thanks jakub

Mikael said:
Hi,

Jakub Otahal said:
Hi there,
is possible to make an array of the pen?
this doesnot work
thanks jakub
public Pen[] BarvyKanalu;

BarvyKanalu=new Pen()[32];
Change this to: Barvykanalu = new Pen[32];
/Mikael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top