how to align four radio buttons vertically in Japplet code example
Example: how to align four radio buttons vertically in Japplet
Box verticalBox = Box.createVerticalBox();
verticalBox.add(jRadioButtonA);
verticalBox.add(jRadioButtonB);
verticalBox.add(jRadioButtonC);