Re: AWT Bug? Threading problem? Or am I losing my mind?

1998-08-10 Thread Brad Giaccio
> > Here's my explanation: > the event distributing thread is a higher-priority thread than the > repainting one, and this somehow messes up the repaint() call. > Your closee but its worse than that, If you put a print in your actionperformed method that prints of the thread id and another one

Re: AWT Bug? Threading problem? Or am I losing my mind?

1998-08-10 Thread Juergen Kreileder
Dustin Lang <[EMAIL PROTECTED]> writes: > Let's make the assumption that I haven't made a glaring error (may not be > a reasonable assumption since my brain is a bit fried), and assume that > this is in fact a bug. Now, this is by no means a major bug, and I'm sure > I could do a work-around, bu

[Fwd: swingset/tableview does not work in 1.1.6v2]

1998-08-10 Thread Context Grey
1.1.6v2 glibc doesn't work very well. Running the swingset application demo - - It sometimes hangs on startup - Select the Tableview subdemo, try typing in a 'favorite sport' cell: each character except the first is inserted twice; return is inserted as 'o' (rather than ending the e

BDK on 1.1.6v2

1998-08-10 Thread dgh
This mostly appears to work, however the juggler bean is unable to find the image files in the juggler.jar file. The reason for this appears to be that in the method loadImage getClass().getResource(name) is returning null in Juggler.java (BDK/demo/sunw/demo/juggler/Juggler.java) wh

Re: Java classes graphically

1998-08-10 Thread peter . pilgrim
[EMAIL PROTECTED] wrote: > Hello all, > >I'm all new here. I would like to gain pretty good understanding of > Java. I have quite solid understanding of OOP/OOD. I've gone through some > Java tutorials a few months back and fooled around with it somewhat. So I > know, say, the syntax of the

Re: Java classes graphically

1998-08-10 Thread Rani Pinchuk
As always when it is about books I recommand to look at http://www.mcp.com/personal/ There you can get ONLINE for free full books like the great Java 1.1 Unleashed of Sams and another about 15-20 (!) titles about Java. It is true that not all of them are very new, but there are some very fresh

Re: Java classes graphically

1998-08-10 Thread Michael D. James
I'm using _The Java Class Libraries Second Edition, Volume 1_ by Patrick Chan and company from Sun. It covers java.io, java.lang, java.math, java.net, java.text and java.util. It is 2000 pages long and full of examples. Volume 2 covers applets and other stuff but I didn't buy it because I'm not

More AWT Woes...

1998-08-10 Thread Dustin Lang
Hi again, I tried putting in a Toolkit.sync() in my traffic-light problem... in fact I loaded it down with many sync()s, but still with no luck. Is there something so wrong with traffic lights? Oh well, time to do some threading... Seeya, dstn. - Dustin Lang,

JDK fonts. Please help.

1998-08-10 Thread Edward Sazonov
Hi All, I'm trying to make my jdk116v2 work. I looked to the archive, but didn't found exact solution to my problem. Running "java my_application" had very terrible fonts all around - buttons, labels, etc. Looked like only bitmap fonts had been scaled and displayed. After messing around with fo