From: Jean-Guillaume Pyraksos (jeapy at free.fr) Date: Sat May 3 04:11:53 EDT 2003 |
|
How can I translate in DrScheme the following Java code : Label label = new Label("Message"); // (define label (instantiate message% () (label "Message")) label.setBackground(Color.yellow); // ???????? Moreover, how can I : - change the font used by this component ? - draw a rectangular border around it ? Thanks.
Posted on the users mailing list. |
|