(keitai-l) Re: Creating new DoJa UI Components

From: J. David Beutel <jdb_at_getsu.com>
Date: 09/18/03
Message-ID: <Pine.LNX.4.44.0309181716490.26130-100000@tokimi.getsu.com>
On Thu, 18 Sep 2003, Sam Joseph wrote:

> Well the thing is that I just started off trying to create a Gauge that 
> was a modified Label - having been unable to extend either Label or 
> Component, I created a Gauge class that included a Label inside it.

Sweet!
 
> Now I have a Label wrapped by a Gauge class that updates itself like this:
> 
>   [wtkrun] label is now: ......................
>   [wtkrun] .label is now: I.....................
>   [wtkrun] .label is now: II....................

My only concern would be, if it's a proportional font, the width of the 
label might change.  (But your delegation is nice, regardless.)

11011011
Received on Thu Sep 18 10:14:35 2003