I have a class which extends from JFrame and different components
are present in that class. When i make the object of that class and
run with Junit(JFCUnit) then only blank Frame appears. The components
which i want to test does not display. Can anybody suggest me how can
i display components on the Frame so that i could write test cases for
those components.