Path: csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: bilsch Newsgroups: comp.lang.java.programmer Subject: Re: It doesn't like 'super' where ever I put it. Date: Sun, 10 Jun 2012 13:24:00 -0700 Organization: A noiseless patient Spider Lines: 12 Message-ID: References: <89r9t7tk5mvtej1f1c8t9hkt0gsrfc7lcm@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 10 Jun 2012 20:24:01 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="llALXQ6TxsVqIoSLcrwVyA"; logging-data="6948"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1804AcvhVr9p8iaMyeIq5AT" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 In-Reply-To: <89r9t7tk5mvtej1f1c8t9hkt0gsrfc7lcm@4ax.com> Cancel-Lock: sha1:KiXFwI7S5Ea2e9myFTGl2duoAw4= Xref: csiph.com comp.lang.java.programmer:15195 On 6/10/2012 11:54 AM, Roedy Green wrote: > On Sun, 10 Jun 2012 06:27:41 -0700, bilsch wrote, > quoted or indirectly quoted someone who said : > >> Hello, below is my program stripped to bare bones. Java says 'super' >> must be first statement in constructor. I've moved it everywhere still >> no luck. The program was running yesterday and I can't figure what >> could be wrong. Any suggestions? > see http://mindprod.com/jgloss/super.html > http://mindprod.com/jgloss/contsructor.html Thanks for the link.