Re: [JPP-Devel] Editing OpenJUMP GUI

2007-10-29 Thread Sunburned Surveyor
I used the Netbeans GUI Builder for the forms on the Super Select Tool. However, I found it difficult to manually edit the GUI code, as Paul mentioned. The visual layout is nice, but the code generated by the GUI Builder is kind-of ugly. I almost wonder if it is better to layout out the form in th

Re: [JPP-Devel] Editing OpenJUMP GUI

2007-10-26 Thread Paul Austin
My personal favorite is to hand craft it yourself using the swing Api's and layout managers, much easier to maintain for other people if they are not using the same GUI builder. Paul Jonathan Aquino wrote: > Hi Eric - It's been a couple of years since I worked on OpenJUMP, but > when I did, I was