Answer:

// button Box
buttonBox = new Box( BoxLayout.X_AXIS );
buttonBox.add( genderPanel );
buttonBox.add( Box.createHorizontalGlue() );
buttonBox.add( heightPanel );

End of the Chapter

You have reached the end this chapter. You may wish to review the following. Click on a subject that interests you to go to where it was discussed.

You have reached the end of the chapter.

go to previous page   go to home page