Searched refs:fFrame (Results 1 – 5 of 5) sorted by relevance
38 wxFrame* getWXFrame() const { return fFrame; } in getWXFrame()47 wxFrame* fFrame;
79 protected JFrame fFrame; field in TestRunner235 … JOptionPane.showMessageDialog(fFrame, "Could not create Failure DetailView - using default view"); in createFailureDetailView()532 TestSelector selector= new TestSelector(fFrame, collector); in browseTestClasses()534 …JOptionPane.showMessageDialog(fFrame, "No Test Cases found.\nCheck that the configured \'TestColle… in browseTestClasses()551 … JOptionPane.showMessageDialog(fFrame, "Could not create TestCollector - using default collector"); in createTestCollector()777 fFrame= createUI(suiteName); in start()778 fFrame.pack(); in start()779 fFrame.setVisible(true); in start()818 fFrame.dispose(); in terminate()846 AboutDialog about= new AboutDialog(fFrame); in about()
53 protected Frame fFrame; field in TestRunner80 AboutDialog about= new AboutDialog(fFrame); in about()562 fFrame= createUI(suiteName); in start()563 fFrame.setLocation(200, 200); in start()564 fFrame.setVisible(true); in start()
1097 REStackFrame *fFrame; // After finding a match, the last active stack frame, variable
303 e = fFrame->fExtra[groupOffset + 1]; in end()1036 s = fFrame->fExtra[groupOffset]; in start()2565 fFrame = fp; // The active stack frame when the engine stopped. in MatchAt()