Hi kristian,
thank you for your explanation but still the topic is not clear for me. As
far I understand from your answer, I have to run the Frame fom my Client.
ok, I did it. Then, each time I call a service I try to add a new message
on my window, both from the service class and form the clien
Alicia;
first off; thanks for your explanation and pointing things out a little
more. :) I think I slightly understand the structure of your
application but honestly I doubt it will work out this way:
["Alicia Sánchez-Mora" <[EMAIL PROTECTED]> @ Thu, 8 Mar 2007
16:24:33 +0100]
> public class L
Hi Kristian,
here I send you some short pieces of my code to make the arquitecture of my
application clearer :)
This is the class to initilize the window
public class ListItems {
List listOptions;
private static ListItems instance;
private Frame f;
public static ListItems getInstance ()
Alicia;
["Alicia Sánchez-Mora" <[EMAIL PROTECTED]> @ Thu, 8 Mar 2007
15:05:09 +0100]
> I have the class Window to initialize the GUI and I call (locally) an
> instance of this class from my service class. The problem, or at
> least what I think the problem is, is that every time I make a call
En l'instant précis du 08/03/07 15:05, Alicia Sánchez-Mora s'exprimait
en ces termes:
>
>
> I have the class Window to initialize the GUI and I call (locally) an
> instance of this class from my service class. The problem, or at least
> what I think the problem is, is that every time I make a call