[5049] in java-interest
Bigger buttons needed
daemon@ATHENA.MIT.EDU (Paul.Bohnenkamp@corp.sun.com)
Fri Jan 26 23:40:16 1996
From: Paul.Bohnenkamp@corp.sun.com
Date: Fri, 26 Jan 1996 19:15:32 -0800
To: java-interest-digest@java.Eng.Sun.COM
How do I increase the size of the buttons I'm using?
/**
* Add buttons to bottom panel.
*/
bp = new Panel();
bp.add(new Button("Select"));
bp.add(new Button("Clear"));
add("South", bp);
TIA,
Paul
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com