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]

Reply via email to