Greetings,
I am developping a small swing app with database connection, where you
can add- remove records and the usual stuff.
I got 2 classees : one controller and human-interface (actually, she
holds the frame, buttons ...) -> HIM
HIM has an instance of the controller and each item of the gui has a
listener which call the requierd methods of the controller.
Question :
Would it be more elegant/efficient if each event would complete the
event with other infos and then "push" the modified object to the
controller who would then inspect this object and would call its methods
himself ?
for the time being, I directly call the methods in the GUI but well, I
do not find this "pretty" . Apart from aesthetic considerations :), what
is your advice ? :)
many thx for your input :)
Will - 30 Dec 2003 15:35 GMT
Hi Charly,
I suggest you're writting an app that includes handling user input.
You might want to check out JForm at https://jform.dev.java.net
I wonder if you can/will use JForm, please let me know you can contact
me at will@coderight.nl
Success,
Will
> Greetings,
>
[quoted text clipped - 18 lines]
>
> many thx for your input :)
charly - 01 Jan 2004 00:42 GMT
> Hi Charly,
>
[quoted text clipped - 6 lines]
> Success,
> Will
aw, thx a lot :)
I'll give it a try as soon as possible (eh, Happy new year before :) )
Cheers Everyone and a lot of ants and projects :)