Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #3659 > unrolled thread
| Started by | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:46 +0000 |
| Last post | 2011-04-27 15:46 +0000 |
| Articles | 9 — 4 participants |
Back to article view | Back to comp.lang.java.gui
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Newbie: How to find o "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000
Re: Newbie: How to find o "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000
Re: Newbie: How to find o "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000
Re: Newbie: How to find o "Daniel Pitts" <daniel.pitts@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000
Re: Newbie: How to find o "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000
Re: Newbie: How to find o "RedGrittyBrick" <redgrittybrick@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000
Re: Newbie: How to find o "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000
Re: Newbie: How to find o "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000
Re: Newbie: How to find o "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:46 +0000
| From | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:46 +0000 |
| Subject | Re: Newbie: How to find o |
| Message-ID | <l8-dnR1jQMUW1sXVnZ2dnUVZ_uidnZ2d@comcast.com> |
To: comp.lang.java.gui
mrstephengross <mrstevegr...@gmail.com> wrote:
>> I'm trying to figure out which version of java [sic] I have
>> installed.
Andrew Thompson wrote:
> System.getProperty("java.version")
java -version
>> .. The versioning is a bit unclear to me: on the one hand, I
>> read about "sdk"'s with versions like 1.5, 1.6, etc. On the other, I
>> see "Java 5" and "Java 6" out there.
RTFM:
<http://java.sun.com/javase/namechange.html>
>> The particular problem I'm facing is that I want to use
>> javax.swing.GroupLayout. I *think* it is a relatively new feature, but
>> I'm having a hard time tracking down what version(s) I need to get it
>> to work.
Andrew Thompson wrote:
> It is listed in the 'Since' section
> just above the nested class summary.
RTFJ:
> <http://java.sun.com/javase/6/docs/api/javax/swing/GroupLayout.html#nested_class_summary>
>> Can someone tell me which things I should check on my system (linux)
>> to find out what version(s) of java I have?
> The 'Application' settings under the 'Java'
> tab of the Java Control Panel usually lists
> the known versions.
--
Lew
---
* Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:46 +0000 |
| Message-ID | <r0uj54188i35jonl9r1cg7qlenbk6kuioj@4ax.com> |
| In reply to | #3659 |
To: comp.lang.java.gui On Tue, 17 Jun 2008 19:44:39 -0400, Lew <conrad@lewscanon.com.invalid> wrote, quoted or indirectly quoted someone who said : > >RTFM: ><http://java.sun.com/javase/namechange.html> Now come on. There are 132 MB of docs bundled with Java not to mention the stuff out on the web. This is not like refusing to read the JavaDoc for a specific method. "name change" is not the first thing that would come to mind to search on to resolve this puzzle. -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:46 +0000 |
| Message-ID | <f8KdnX-Dy-5jgsfVnZ2dnUVZ_uGdnZ2d@comcast.com> |
| In reply to | #3667 |
To: comp.lang.java.gui Roedy Green wrote: > On Tue, 17 Jun 2008 19:44:39 -0400, Lew <conrad@lewscanon.com.invalid> > wrote, quoted or indirectly quoted someone who said : > >> RTFM: >> <http://java.sun.com/javase/namechange.html> > > Now come on. There are 132 MB of docs bundled with Java not to > mention the stuff out on the web. This is not like refusing to read > the JavaDoc for a specific method. > > "name change" is not the first thing that would come to mind to search > on to resolve this puzzle. Now come on. Are you serioiusly suggesting that they should not read the referenced link? I told them which of the 132 MB of docs to read, because it helps with the specific question. It is because "name change" is not the first thing that would come to mind that I provided the link. How the bloody hell do you take exception to that? Was not the link useful? Did it not answer the question? Chill the heck out. -- Lew --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Daniel Pitts" <daniel.pitts@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:46 +0000 |
| Message-ID | <485af9c1$0$20827$7836cce5@newsrazor.net> |
| In reply to | #3668 |
To: comp.lang.java.gui Lew wrote: > Roedy Green wrote: >> On Tue, 17 Jun 2008 19:44:39 -0400, Lew <conrad@lewscanon.com.invalid> >> wrote, quoted or indirectly quoted someone who said : >> >>> RTFM: >>> <http://java.sun.com/javase/namechange.html> >> >> Now come on. There are 132 MB of docs bundled with Java not to >> mention the stuff out on the web. This is not like refusing to read >> the JavaDoc for a specific method. >> >> "name change" is not the first thing that would come to mind to search >> on to resolve this puzzle. > > Now come on. Are you serioiusly suggesting that they should not read > the referenced link? I told them which of the 132 MB of docs to read, > because it helps with the specific question. It is because "name > change" is not the first thing that would come to mind that I provided > the link. How the bloody hell do you take exception to that? Was not > the link useful? Did it not answer the question? > > Chill the heck out. > My guess is that the "Now come on" is referring to the RTFM, not the link itself. Although, that is just supposition on my part, so I could be wrong. -- Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/> --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:46 +0000 |
| Message-ID | <mrqdncYhqq0sqcbVnZ2dnUVZ_gqdnZ2d@comcast.com> |
| In reply to | #3675 |
To: comp.lang.java.gui Daniel Pitts wrote: > My guess is that the "Now come on" is referring to the RTFM, not the > link itself. Although, that is just supposition on my part, so I could > be wrong. My guess is that I misconstrue. I don't see the problem with reading the manual. I do it all the time. I reread Javadocs I've read before. There's no harm in it. I RTFM a lot. -- Lew --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "RedGrittyBrick" <redgrittybrick@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:46 +0000 |
| Message-ID | <485b7c39$0$26088$db0fefd9@news.zen.co.uk> |
| In reply to | #3676 |
To: comp.lang.java.gui Lew wrote: > Daniel Pitts wrote: >> My guess is that the "Now come on" is referring to the RTFM, not the >> link itself. Although, that is just supposition on my part, so I >> could be wrong. > > My guess is that I misconstrue. I don't see the problem with reading > the manual. I do it all the time. I reread Javadocs I've read before. > There's no harm in it. I RTFM a lot. > My guess is that the problem is the F not the R, the T or the M. Whilst many of us can cope with a bit of blunt Anglo-Saxon, and a few have persuaded themselves that F stands for friendly, obviously there are some (probably many) who feel the F conveys an excessively hostile or aggressive tone. Just my -n0.02 worth. -- RGB --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:46 +0000 |
| Message-ID | <LL-dnSgtoOUQ7MHVnZ2dnUVZ_uSdnZ2d@comcast.com> |
| In reply to | #3677 |
To: comp.lang.java.gui RedGrittyBrick wrote: > Lew wrote: >> Daniel Pitts wrote: >>> My guess is that the "Now come on" is referring to the RTFM, not the >>> link itself. Although, that is just supposition on my part, so I >>> could be wrong. >> >> My guess is that I misconstrue. I don't see the problem with reading >> the manual. I do it all the time. I reread Javadocs I've read >> before. There's no harm in it. I RTFM a lot. >> > > My guess is that the problem is the F not the R, the T or the M. > > Whilst many of us can cope with a bit of blunt Anglo-Saxon, and a few > have persuaded themselves that F stands for friendly, obviously there > are some (probably many) who feel the F conveys an excessively hostile > or aggressive tone. > > Just my -n0.02 worth. How long has "RTFM" been in the lexicon of Usenet? Surely by now the "F" is silent. Gee, whillikers, people, lighten up. Gosh. -- Lew --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:46 +0000 |
| Message-ID | <nnnq54tovr3tclcjjm8mfdhch9s9tmhdp7@4ax.com> |
| In reply to | #3675 |
To: comp.lang.java.gui On Thu, 19 Jun 2008 17:28:17 -0700, Daniel Pitts <newsgroup.spamfilter@virtualinfinity.net> wrote, quoted or indirectly quoted someone who said : >My guess is that the "Now come on" is referring to the RTFM, not the >link itself. Although, that is just supposition on my part, so I could >be wrong Yes. Lew implied it was merely a matter of reading some obvious place in a manual, that OP was out of line to ask for a link. I think he was being too hard on OP. That was not an obvious link. I am impressed the Lew found it. -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:46 +0000 |
| Message-ID | <kaCdnff_t825_MDVnZ2dnUVZ_r2dnZ2d@comcast.com> |
| In reply to | #3682 |
To: comp.lang.java.gui Roedy Green wrote: > Yes. Lew implied it was merely a matter of reading some obvious place > in a manual, that OP was out of line to ask for a link. You took it that way. I disclaim the implication. > I think he was being too hard on OP. That was not an obvious link. I > am impressed the Lew found it. I think you are reading too much into it. Chill out. -- Lew --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.gui
csiph-web