Hi,

        I've got a TextField displayed that I want to update
        a couple times during a lengthy (a few seconds)
        operation. I don't want to use a separate thread
        because the user must wait for completion before
        typing further.

        So I tried 

        msg.setText( string );
        msg.paintImmediately( msg.getBounds() );

        It paints, but it doesn't paint the entire component.
        Specifically, it doesn't paint part of the left side.

        Shouldn't this work?

        JDK 1.4-rc on Windows 2000.

        ... Roger


_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to