Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21551
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Java source |
| Date | 2013-01-18 15:00 -0800 |
| Organization | Canadian Mind Products |
| Message-ID | <krkjf810murose81iak6hl7m41t81kqc01@4ax.com> (permalink) |
| References | <48adef10-2d12-479b-a0eb-42cb7e701b01@googlegroups.com> |
On Fri, 18 Jan 2013 09:24:13 -0800 (PST), bob smith <bob@coolfone.comze.com> wrote, quoted or indirectly quoted someone who said : >So, I'm doing some Java Swing development, and I wanted to jump to the source of this method: > >java.awt.Window.setVisible(boolean) > >However, I'm on a Mac, and I'm not sure how to attach the source. Anyone know how to do this? This depends on your IDE. I use IntelliJ. I point to a word, hit Ctrl-B and it takes me to the definition. For it to work, you normally have to do some sort of configuring to tell your IDE where to look for source code. Try google "name-of-my-ide java jump to definition source" -- Roedy Green Canadian Mind Products http://mindprod.com The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. ~ Tom Cargill Ninety-ninety Law
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Java source bob smith <bob@coolfone.comze.com> - 2013-01-18 09:24 -0800
Re: Java source bob smith <bob@coolfone.comze.com> - 2013-01-18 10:20 -0800
Re: Java source Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-01-18 13:36 -0500
Re: Java source bob smith <bob@coolfone.comze.com> - 2013-01-18 13:03 -0800
Re: Java source Roedy Green <see_website@mindprod.com.invalid> - 2013-01-18 15:00 -0800
Re: Java source Joerg Meier <joergmmeier@arcor.de> - 2013-01-19 23:47 +0100
csiph-web