Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #13280
| Date | 2012-03-31 20:25 +0200 |
|---|---|
| From | linus <linus@yahoo.com> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Compilation ....cannot find symbol |
| Message-ID | <4f774b5c$0$1390$4fafbaef@reader2.news.tin.it> (permalink) |
| Organization | TIN.IT (http://www.tin.it) |
java:46: cannot find symbol
symbol : constructor ImagePanel(java.awt.Image)
location: class Movimento.ImagePanel
ImagePanel imagepanel = new ImagePanel(image0);
1 error
BUILD FAILED (total time: 0 seconds)
WHAT IS WRONG IN THIS CONSTRUCTOR ?
private class ImagePanel extends JPanel {
Image image;
private Image ImagePanel(Image image ) {
return this.image = image ;} }
Back to comp.lang.java.programmer | Previous | Next — 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