Re: Problem with awt.Panel

2003-05-12 Thread Nicolas Kratz
On Mon, May 12, 2003 at 10:33:18AM +0100, Tom Badran wrote: I have an application that uses a borderlayout, where the BorderLayout.CENTER component is a Panel reference, to a class instance that is a subclass of Panel. The initial add is fine, and it all works well, however if i do a

Re: Problem with awt.Panel

2003-05-12 Thread Nicos Panayides
Hi, On Mon, 2003-05-12 at 02:33, Tom Badran wrote: I have an application that uses a borderlayout, where the BorderLayout.CENTER component is a Panel reference, to a class instance that is a subclass of Panel. The initial add is fine, and it all works well, however if i do a remove(Panel)

Re: Problem with awt.Panel

2003-05-12 Thread Tom Badran
On Monday 12 May 2003 11:06 am, Nicolas Kratz wrote: Did you call validate() after adding the new component? If resizing the window shows the new Panel subclass, that is most likely the solution. Brilliant, i was calling inValidate() not validate(). The lesson here is don't drink copious

[REVIEW] argouml-0.12

2003-05-12 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (Sorry, I did not know how to prefix this!) After a discussion with Grzegorz B. Prokopski, I proposed to maintain the argouml package and related packages and he agreed. I did update those packages and they seems to be ready for an upload. Grzegorz

Re: Swing and other free GUIs (KDE?)

2003-05-12 Thread Dalibor Topic
Hi Alexander, --- Alexander Hvostov [EMAIL PROTECTED] wrote: At issue is not convenience, but speed. Swing is horribly slow, so any effort to speed it up seems worthy to me. Just do it ;) Try getting in touch with the author of the gcj native swing implementation, and see if you can get it

Re: Swing and other free GUIs (KDE?)

2003-05-12 Thread Matt Zimmerman
On Mon, May 12, 2003 at 07:43:47AM -0700, Dalibor Topic wrote: Hi Alexander, --- Alexander Hvostov [EMAIL PROTECTED] wrote: At issue is not convenience, but speed. Swing is horribly slow, so any effort to speed it up seems worthy to me. Just do it ;) Try getting in touch with the

how to fix my java installation?

2003-05-12 Thread Kirk Lowery
Well, I've seemed to gotten myself into a bit of a mess. I use cvsgrab (which requires java) on a sarge box to keep up to date with various projects on sourceforge. I regularly apt-get update/upgrade sarge, and along in the middle of February after an upgrade, my next use of cvsgrab choked,

Installing JDK1.4.1

2003-05-12 Thread Michael S Daines
I grabbed a Debian Java FAQ from a link here recently and was trying to work through it this weekend. I stumbled, however when I was asked to apt-get install java2-common This package is not found anywhere I know to look. The next step in the faq requires using some *.control files that

Re: Swing and other free GUIs (KDE?)

2003-05-12 Thread Jan Schulz
* Matt Zimmerman [EMAIL PROTECTED] wrote: Package: libswt-java README.Debian (going to be in libswt in the next build) --- Libswt-java contains the SWT GUI library developed by eclipse.org. You can use this lib for your own GUI development. To do so, please add this to the bootstrap script:

Re: Installing JDK1.4.1

2003-05-12 Thread Warren Dodge
This one time, at band camp, Michael S Daines said: I grabbed a Debian Java FAQ from a link here recently and was trying to work through it this weekend. I stumbled, however when I was asked to apt-get install java2-common This package is not found anywhere I know to look. The next

Re: Swing and other free GUIs (KDE?)

2003-05-12 Thread Alexander Hvostov
Dalibor Topic wrote: Hi Alexander, --- Alexander Hvostov [EMAIL PROTECTED] wrote: At issue is not convenience, but speed. Swing is horribly slow, so any effort to speed it up seems worthy to me. Just do it ;) Try getting in touch with the author of the gcj native swing implementation,

Re: Swing and other free GUIs (KDE?)

2003-05-12 Thread Alexander Hvostov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Zimmerman wrote: On Mon, May 12, 2003 at 07:43:47AM -0700, Dalibor Topic wrote: Hi Alexander, --- Alexander Hvostov [EMAIL PROTECTED] wrote: At issue is not convenience, but speed. Swing is horribly slow, so any effort to speed it

Re: Swing and other free GUIs (KDE?)

2003-05-12 Thread Matt Zimmerman
On Mon, May 12, 2003 at 06:58:05PM -0700, Alexander Hvostov wrote: Matt Zimmerman wrote: What about SWT? I've used it under both gij and from gcj-compiled code for some simple tests. SWT is great, but that doesn't help all the Swing applications, and there's a few things Swing can do