I am not sure that you can do this with a standard Button object. You may
need to use a canvas and create your own button class.

regards,
nate

On Fri, 26 Feb 1999, Wayne wrote:

> Hello,
> I been trying to give a button two lines to display. How is this done?
> Things I tryed.    Button mybutton = new Button ( "my\nbutton) ;
>                         Button mybutton = new Button ( "my" +
> "\nbutton") ;
>                         Button mybutton = new Button ( "my\n" +
> "button") ;
>    What I'm looking for is
>                                       my
>                                      button
> I appreciate any help.
> Wayne
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to