Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ve-dev] support for javax.swing.ButtonGroup?

There's no ButtonGroup in SWT.  Instead, you have to use a bunch of:

new Button(parent, SWT.CHECK)

Or use Essential Data (www.swtworkbench.com), which has a SelectionGroup
that groups (your choice of) radio buttons or check boxes into a single
object.

Dave

> -----Original Message-----
> From: Jose Correia [mailto:jose.correia@xxxxxxxxxxxxx] 
> Sent: Monday, July 05, 2004 8:49 AM
> To: ve-dev@xxxxxxxxxxx
> Subject: [ve-dev] support for javax.swing.ButtonGroup?
> 
> 
> Hi all
> 
> I was continuing with my porting but now I cannot find a VE 
> visual component for ButtonGroup... is it still coming and if 
> so may I have an idea when?
> 
> Thank you
> Jose
> 
> _______________________________________________
> ve-dev mailing list
> ve-dev@xxxxxxxxxxx http://dev.eclipse.org/mailman/listinfo/ve-dev
> 



Back to the top