Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!newsfeed.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Gavino" Newsgroups: comp.lang.java.gui Subject: Re: Scope of a JLabel? Also "unchecked operation" Date: Thu, 5 Jan 2012 19:54:03 +0100 Lines: 13 Message-ID: <9mm9umF40nU1@mid.individual.net> References: <4f0350b3$0$2549$da0feed9@news.zen.co.uk> <4f037187$0$2543$da0feed9@news.zen.co.uk> <4f04bf36$0$2959$fa0fcedb@news.zen.co.uk> X-Trace: individual.net 6kZtC4Q5k2N1031G9102xAhUQNuv4Ke0AaZDhF96oenj9Uz1lk Cancel-Lock: sha1:RyNyrxpmIWtL960JuXgRrlTv4so= 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: x330-a1.tempe.blueboxinc.net comp.lang.java.gui:4898 "A B" <@bleBaker.uk> wrote in message news:4f04bf36$0$2959$fa0fcedb@news.zen.co.uk... > I see - so "variables at class level" specifically means static ones, that > are the same for each instance? I'll try and remember that. In this case > it doesn't much matter, since I don't think that class gets instantiated. Eh? What do you think this line from your main() method does then? Vectorine v = new Vectorine();