|
From: Laszlo G. <gu...@la...> - 2002-11-13 03:37:44
|
Hi, OK, here it is. Please, find the prototype I was talking about attached. It's really just the GUI part, so perhaps, there are serious pitfalls that I didn't realize in generating code from these. My rule of thumb was that since I can always lure a value out of these selections (via introspection or otherwise) it should always be possible to generate code from it. Maybe, I am mistaken, however... As for how it works: the Tester launches all the 'flashy' stuff. The Model.java is only there for testing purposes. The usage is intended to be self-explanatory, but we'll see... :-) Also, please note that it is really just a prototype. It is incomplete and there are known bugs in it. Including: - Aesthetic issues: I'm really poor at Swing. - No actual code is generated. - No persistence: i.e., no save or load. - The parameters aren't working on the Charts and on the Sources. - Cancel doesn't work at a number of places. - Several efficiency issues: not optimized at all! - The code is rather messy. - Etc. Well, let me know what do you think! Take care! Gulya |