Java Programming. Please help me figure out how to build thispart of the following assignment. Please check this portion of mycode and show me how do I test this portion of my code.
Thank you.
Code:
public class BasePanel{
/**
*
*/
//private static final long serialVersionUID =1L;
/**
* represents the thin and raised crust buttons
*/
private JRadioButton thin;
private JRadioButton raised;
/**
* represents the base panel
*/
private JPanel panel1;
/**
* represents
OR
OR