>I'm working on a program in the NetBeans IDE. I have a few components
>that I've created, and added to the design pallet.
>Any suggestions? I really don't feel like starting over. I'm using
>NetBeans 5.5.

Signature
Andrew Thompson
http://www.athompson.info/andrew/
> Note this is an IDE/java problem (but mostly IDE).
> It is not so much a 'GUI' question.
Sorry, I'll keep that in mind.
> The basic problem here, I guess, is that the NetBeans
> form definition is still expecting the old packge names
> (or lack of them)
Well, that prompted me to try and open up the .form file used by
NetBeans, and I'm in luck. It's an XML document, so I can change the
class references in the form to point to the new packages.
Thanks for the (slightly indirect) help!
Andrew Thompson - 29 Jun 2007 06:52 GMT
..
>> The basic problem here, I guess, is that the NetBeans
>> form definition is still expecting the old packge names
>> (or lack of them)
>
>Well, that prompted me to try and open up the .form file used ..
Aha! Well, if you are going to add that level of common
sense to the use of the IDE while learning Java, it might
be possible to circumvent or work around the hazards I
expected would hinder the project!
>...by
>NetBeans, and I'm in luck. It's an XML document, ...
Yeah. NB is relatively sensible that way. The project
files are either ant based build.xml's, or NB's own (AFAIR)
internal project files are also XML based.
If something goes wrong with a build or run
(it will) those are the the most common files to
look into.
>..so I can change the
>class references in the form to point to the new packages.
Glad you sorted it.
>Thanks for the (slightly indirect) help!
Your ability to sort the problem from the hint,
and willingness to report back, was more than
enough thanks.

Signature
Andrew Thompson
http://www.athompson.info/andrew/