In this section, you will learn how to use Group class.
In SWT, the class Group of package org.eclipse.swt.widgets provides an etched border with an optional title. In the given example, we have create two groups by using the class Group. In the first group, we have create check boxes and in the second group, radio buttons are defined.
Here is the code of GroupExample.java
import org.eclipse.swt.SWT;
|
Output will be displayed as:

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Use Group Class in SWT
Post your Comment