Re: [JPP-Devel] Question on LayerPrinter2 and on OpenJUMPConfiguration

2009-09-21 Thread Sunburned Surveyor
Stefan wrote: "is your question serious?" Of course. I usually put in a smiley face if I am joking. Stefan wrote: "the XML file for loading plugins partly replaced OpenJUMPConfiguration. However, a couple if OJ additions in particular the file loader framework and theming/display styles are still

Re: [JPP-Devel] Question on LayerPrinter2 and on OpenJUMPConfiguration

2009-09-21 Thread Stefan Steiniger
> > - What is the purpose of the OpenJUMPConfiguration class? Is it really > needed? Can't we have OpenJUMP plug-ins loaded via the standard > mechanism in by placing a JAR file in the lib/ext directory? How is > the functionality of the OpenJUMPConfiguration class duplicated by the > plug-in XML

Re: [JPP-Devel] Question on LayerPrinter2 and on OpenJUMPConfiguration

2009-09-21 Thread Sunburned Surveyor
Thanks for the tip Larry. Eclipse seems to always have another handy tool I haven't learned about. In the source code LayerPrinter and LayerPrinter2 looked very similar, so I was trying to determine the difference. I may compare the two (2) files with the diff tool if Stefan doesn't have any short

Re: [JPP-Devel] Question on LayerPrinter2 and on OpenJUMPConfiguration

2009-09-21 Thread Larry Becker
Hi Sunburned, As a general tip, try the Eclipse Search->File option and search for the Class you are interested in. I find that looking at where the class is used gives me a lot of information about it. regards, Larry On Fri, Sep 18, 2009 at 4:56 PM, Sunburned Surveyor < sunburned.surve...@gm

[JPP-Devel] Question on LayerPrinter2 and on OpenJUMPConfiguration

2009-09-18 Thread Sunburned Surveyor
I have been running around the source code in the core over the last couple of days, and I had questions on a couple of classes I found there. - What is the purpose of the LayerPrinter2 class? I didn't find any documentation on in the source code or Javadoc that indicated what it did that was sign