Re: GUI Design Question

1999-11-01 Thread Eric vanberkel
You might want a bit of help with GUI using the best IDE I've ever seen ( & great perfomance) AnyJ for Linux: http://www.netcomputing.de/ gr. Eric --- Riyad Kalla <[EMAIL PROTECTED]> wrote: > Java-Linux, > I've been getting deeper into UserInterface design > recently and have noticed many

Re: GUI Design Question

1999-10-28 Thread Patrick Ohnewein
Now I added some code, may be could help, don't know about the quality, and I didn't compile it ;-) Now I would go in this direction if I would have ur problem, but I don't know if a desigh pattern exists for this sort of problem. By sure I wouldn't integrate the ActionListener into the JPanel, by

GUI Design Question

1999-10-28 Thread Riyad Kalla
Java-Linux, I've been getting deeper into UserInterface design recently and have noticed many design issues that I am comming up against as my interfaces/programs are getting larger and more complex. And I was hoping maybe some of you could point me in the right direction. My GOAL is to be ab