Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #4889
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | markspace <-@.> |
| Newsgroups | comp.lang.java.gui |
| Subject | Re: Scope of a JLabel? Also "unchecked operation" |
| Date | Wed, 04 Jan 2012 13:10:24 -0800 |
| Organization | A noiseless patient Spider |
| Lines | 19 |
| Message-ID | <je2f82$5a2$1@dont-email.me> (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> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Wed, 4 Jan 2012 21:10:26 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="5442"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19hC74Fah+kqWbs67eK3mGVWdHjuL8VxOM=" |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 |
| In-Reply-To | <4f04bf36$0$2959$fa0fcedb@news.zen.co.uk> |
| Cancel-Lock | sha1:oNaDriMHpxHZICg+iWrtN9J9iYg= |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.gui:4889 |
Show key headers only | View raw
On 1/4/2012 1:05 PM, A B wrote:
> By the way, can a method return an array as its output?
Yes. This works fine:
public class SomeClass {
public int[] someMethod() {
int [] value = new int[10];
return value;
}
}
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