changing souce code

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

changing souce code

Nikos Katsikanis
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
Reply | Threaded
Open this post in threaded view
|

Re: changing souce code

Sullivan, Michael J (College of Med.)
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