Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #4898
| From | "Gavino" <invalid@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.java.gui |
| Subject | Re: Scope of a JLabel? Also "unchecked operation" |
| Date | 2012-01-05 19:54 +0100 |
| Message-ID | <9mm9umF40nU1@mid.individual.net> (permalink) |
| References | <4f0350b3$0$2549$da0feed9@news.zen.co.uk> <jdvkag$nr7$1@dont-email.me> <4f037187$0$2543$da0feed9@news.zen.co.uk> <jdvucg$oq8$1@dont-email.me> <4f04bf36$0$2959$fa0fcedb@news.zen.co.uk> |
"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();
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Next in thread | Find similar
Scope of a JLabel? Also "unchecked operation" "A B" <@bleBaker.uk> - 2012-01-03 19:02 +0000
Re: Scope of a JLabel? Also "unchecked operation" markspace <-@.> - 2012-01-03 11:05 -0800
Re: Scope of a JLabel? Also "unchecked operation" markspace <-@.> - 2012-01-03 11:18 -0800
Re: Scope of a JLabel? Also "unchecked operation" "A B" <@bleBaker.uk> - 2012-01-03 21:22 +0000
Re: Scope of a JLabel? Also "unchecked operation" markspace <-@.> - 2012-01-03 14:10 -0800
Re: Scope of a JLabel? Also "unchecked operation" "A B" <@bleBaker.uk> - 2012-01-04 21:05 +0000
Re: Scope of a JLabel? Also "unchecked operation" markspace <-@.> - 2012-01-04 13:10 -0800
Re: Scope of a JLabel? Also "unchecked operation" "Gavino" <invalid@invalid.invalid> - 2012-01-05 19:54 +0100
Re: Scope of a JLabel? Also "unchecked operation" "A B" <@bleBaker.uk> - 2012-01-12 18:51 +0000
Re: Scope of a JLabel? Also "unchecked operation" "A B" <@bleBaker.uk> - 2012-01-04 20:58 +0000
Re: Scope of a JLabel? Also "unchecked operation" "A B" <@bleBaker.uk> - 2012-01-12 18:53 +0000
csiph-web