Re: Asking our experts on Swing.

2005-11-03 Thread Thomas Zander
On Thursday 03 November 2005 01:03, Meskauskas Audrius wrote: > The JTextArea is cleared after sending the message by > JTextField.setText(''"). After I call this method in our Classpath, it > refuses to accept any keyboard input, despite I see the cursor. > Experimenting, I tried to call JTextFiel

Re: Asking our experts on Swing.

2005-11-03 Thread Robert Schuster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Audrius, I am not a swing expert but I suggest you to add a beanshell console to your game. That way you can inspect the variables (even private stuff) at runtime. That could help to describe an erroneous state more easily. Btw: One can live debug

Re: Asking our experts on Swing.

2005-11-03 Thread Roman Kennke
Hi Audrius, Can you create a small testprog that demonstrates the problem? Otherwise it is a bit hard to debug. /Roman Am Donnerstag, den 03.11.2005, 01:03 +0100 schrieb Meskauskas Audrius: > This evening I first tried my two player CORBA game. The CORBA works, > the socket works, the layout an

Asking our experts on Swing.

2005-11-02 Thread Meskauskas Audrius
This evening I first tried my two player CORBA game. The CORBA works, the socket works, the layout and mouse events are ok - but, unfortunately, the supplementary chatting feature does not work just because it is not possible to put any text into the JTextField. The JTextArea is cleared after