Open GoogleCodeExporter opened 9 years ago
The gradientFill doesn't completely fill the rectangle.
Original comment by shi...@gmail.com
on 25 Jan 2010 at 3:16
Does anyone tried using this Button method? It seems not to be working...
Original comment by mokonejm@gmail.com
on 17 Dec 2010 at 7:38
Try this button class in attachment.
Original comment by java4...@gmail.com
on 14 Jan 2011 at 10:45
Attachments:
And the usage is simple - something like on link component.
Button btn = new Button(L10n.localize("btn","Po\u0161alji Autoru SMS")) {
public void onClik() {
// setTitle("Press me");
SMSThread sms_thread = new SMSThread();
sms_thread.start();
}
};
btn.setHorizontalAlignment(Graphics.HCENTER);
append(btn);
Original comment by java4...@gmail.com
on 14 Jan 2011 at 10:50
Original issue reported on code.google.com by
deanbro...@gmail.com
on 29 Feb 2008 at 4:53