FEST-Swing provides the utility classs Containers to help test a Container (e.g. a JPanel) without having a Frame (or JFrame). The following code listing shows how to test our own JPanel of type MyCoolJPanel:
FEST-Swing will show the panel in a JFrame, wrapped in a FrameFixture.
Labels