I've heard of the package mentioned above, but i couldn't find a Download. Where can I get it?
Asked
Active
Viewed 2,486 times
2 Answers
2
According to here, all you need is the most recent build of Netbeans.

Bill the Lizard
- 398,270
- 210
- 566
- 880

npinti
- 51,780
- 5
- 72
- 96
2
You can download the latest NetBeans IDE development build from netbeans.org and there is a jar: org-netbeans-swing-outline.jar somewhere.

lostinmoney
- 256
- 1
- 11
-
3It's in the platform\modules folder. – Andrew Swan Sep 29 '10 at 05:21
-
In latest source release (v12) in the `platform/o.n.swing.outline`. You can compile them directly to a jar, without any other dependencies. – Matthieu Sep 17 '20 at 13:21