?? Array of Pen

  • Thread starter Thread starter Jakub Otahal
  • Start date Start date
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];
 
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

Back
Top