Home
last modified time | relevance | path

Searched refs:reverseDirectionButton (Results 1 – 1 of 1) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/test/com/eteks/sweethome3d/junit/
H A DPlanComponentTest.java228 frame.reverseDirectionButton.doClick(); in testPlanComponentWithMouse()
475 private final JButton reverseDirectionButton; field in PlanComponentTest.PlanTestFrame
526 this.reverseDirectionButton = new JButton("Reverse"); in PlanTestFrame()
527 this.reverseDirectionButton.addActionListener(new ActionListener() { in PlanTestFrame()
544 toolBar.add(this.reverseDirectionButton); in PlanTestFrame()