Path: csiph.com!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Gavino" Newsgroups: comp.lang.java.programmer Subject: Re: It doesn't like 'super' where ever I put it. Date: Tue, 12 Jun 2012 00:45:28 +0200 Lines: 20 Message-ID: References: X-Trace: individual.net l5eDsFqWZagLk4CmsAhkSAZ8kMh4K7sRF1QRSrpmn797+SImGioQtO/lrFSh78XyMp Cancel-Lock: sha1:9vPVYCOquI1oGu/UOa1gi+pft1I= X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: csiph.com comp.lang.java.programmer:15209 "Robert Klemme" wrote in message news:a3n43dF3fbU2@mid.individual.net... On 11.06.2012 20:13, Gavino wrote: >> It can't because the superclass (JFrame) does not have a constructor without >> arguments. > Also wrong. > http://docs.oracle.com/javase/6/docs/api/javax/swing/JFrame.html#JFrame() My apologies. I don't know where I got that erroneous idea from, but somehow I've been carrying it around in my head for the last 12 years. I should have checked the JavaDocs instead of relying on badly remembered information. Now I'm equally confused about the wording of the error message.