Login  Register

Re: changing souce code

Posted by Sullivan, Michael J (College of Med.) on Mar 23, 2006; 12:50pm
URL: http://imagej.273.s1.nabble.com/changing-souce-code-tp3703335p3703336.html

Source files can be found here: http://rsb.info.nih.gov/ij/download/src/
You will probably have to create your own PlugInFrame and build from
there. --- Mike

-----Original Message-----
From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of
Nikos Katsikanis
Sent: Thursday, March 23, 2006 7:24 AM
To: [hidden email]
Subject: changing souce code

I was wondering how I would go about changing ImageJ source code. I am
using eclipse for development. What I want to do is make PlugInFrame
extend JFrame instead of Frame to solve some of my program needs