Search in sources :

Example 1 with FrameFixture

use of org.fest.swing.fixture.FrameFixture in project beast2 by CompEvol.

the class BeautiBase method onSetUp.

@Override
protected void onSetUp() {
    beautiFrame = new FrameFixture(robot(), createNewEditor());
    beautiFrame.show();
    beautiFrame.resizeTo(new Dimension(1224, 786));
    JTabbedPaneFixture f = beautiFrame.tabbedPane();
    beauti = (Beauti) f.target;
    doc = beauti.doc;
}
Also used : FrameFixture(org.fest.swing.fixture.FrameFixture) Dimension(java.awt.Dimension) JTabbedPaneFixture(org.fest.swing.fixture.JTabbedPaneFixture)

Aggregations

Dimension (java.awt.Dimension)1 FrameFixture (org.fest.swing.fixture.FrameFixture)1 JTabbedPaneFixture (org.fest.swing.fixture.JTabbedPaneFixture)1