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 ca

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 >> > e

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 > im

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 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:

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 j

Re: Swing and other free GUIs (KDE?)

2003-05-12 Thread Matt Zimmerman
On Mon, May 12, 2003 at 07:32:09PM +0200, E.L. Willighagen (Egon) wrote: > On Monday 12 May 2003 17:29, Matt Zimmerman wrote: > > What about SWT? I've used it under both gij and from gcj-compiled code for > > some simple tests. > > Where are those? Are the online, or even packaged? Package: lib

Re: Swing and other free GUIs (KDE?)

2003-05-12 Thread E.L. Willighagen (Egon)
On Monday 12 May 2003 17:29, 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 up see

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, comp

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

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

Bug#193037: classpath-doc: documentation not in /usr/share/doc

2003-05-12 Thread Arnaud Vandyck
Package: classpath-doc Version: 0.05-1 Severity: normal I do not know if I have to fill a bug for this, but I think the classpath-doc package put the api documenation in a wrong directory. According to the Debian Policy: 13.3 Additional documentation Any additional documentation that come

[help] gjdoc packages

2003-05-12 Thread Mark Howard
Hi, I've been very busy at uni lately and this is likely to go on for some time. I maintain gjdoc - a free java documentation system (very much like sun's javadoc). Unfortunately, I've not been giving this package to attention it deserves. There is now a new upstream release, 0.6.1 which needs pa

[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 want

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 amou

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(Pane

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 > rem

Problem with awt.Panel

2003-05-12 Thread Tom Badran
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) then change the Panel reference to a different subclass o