Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #13282
| Date | 2012-03-31 23:22 +0300 |
|---|---|
| From | Donkey Hottie <donkey@fredriksson.dy.fi> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Compilation ....cannot find symbol |
| References | <4f774b5c$0$1390$4fafbaef@reader2.news.tin.it> |
| Message-ID | <9l5k49-om3.ln1@hurricane.fredriksson.dy.fi> (permalink) |
| Organization | NBL Networks Oy |
31.3.2012 21:25, linus kirjoitti:
> WHAT IS WRONG IN THIS CONSTRUCTOR ?
>
>
>
> private class ImagePanel extends JPanel {
>
> Image image;
>
> private Image ImagePanel(Image image ) {
> return this.image = image ;} }
It is not a constructor. There is no constructor i your sample.
--
FORTUNE PROVIDES QUESTIONS FOR THE GREAT ANSWERS: #5
A: The Halls of Montezuma and the Shores of Tripoli.
Q: Name two families whose kids won't join the Marines.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Compilation ....cannot find symbol linus <linus@yahoo.com> - 2012-03-31 20:25 +0200 Re: Compilation ....cannot find symbol Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2012-03-31 15:36 -0300 Re: Compilation ....cannot find symbol Donkey Hottie <donkey@fredriksson.dy.fi> - 2012-03-31 23:22 +0300 Re: Compilation ....cannot find symbol Roedy Green <see_website@mindprod.com.invalid> - 2012-04-01 07:35 -0700
csiph-web