Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #13280
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!feeder.news.tin.it!spool.news.tin.it!not-for-mail |
|---|---|
| Date | Sat, 31 Mar 2012 20:25:18 +0200 |
| From | linus <linus@yahoo.com> |
| User-Agent | Thunderbird 2.0.0.24 (X11/20100228) |
| MIME-Version | 1.0 |
| Newsgroups | comp.lang.java.programmer |
| Subject | Compilation ....cannot find symbol |
| Content-Type | text/plain; charset=ISO-8859-15; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Lines | 26 |
| Message-ID | <4f774b5c$0$1390$4fafbaef@reader2.news.tin.it> (permalink) |
| Organization | TIN.IT (http://www.tin.it) |
| X-Comments | Please send technical notifications to newsmaster@tin.it |
| NNTP-Posting-Host | 79.7.188.155 |
| X-Trace | 1333218140 reader2.news.tin.it 1390 79.7.188.155:2712 |
| X-Complaints-To | Please send abuse reports to abuse@retail.telecomitalia.it |
| Xref | csiph.com comp.lang.java.programmer:13280 |
Show key headers only | View raw
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