Home
last modified time | relevance | path

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

/dports/java/jd-gui/jd-gui-1.6.6/app/src/main/java/org/jd/gui/view/
H A DGoToView.java24 protected JDialog goToDialog; field in GoToView
35 goToDialog = new JDialog(mainFrame, "Go to Line", false); in GoToView()
36 goToDialog.setResizable(false); in GoToView()
40 goToDialog.add(vbox); in GoToView()
78 goToDialog.setVisible(false); in GoToView()
84 … public void actionPerformed(ActionEvent actionEvent) { goToDialog.setVisible(false); } in GoToView()
92 JRootPane rootPane = goToDialog.getRootPane(); in GoToView()
145 goToDialog.pack(); in GoToView()
146 goToDialog.setLocationRelativeTo(mainFrame); in GoToView()
159 goToDialog.setVisible(true); in show()
/dports/graphics/yacreader/yacreader-9.8.2/YACReader/
H A Dviewer.h126 GoToDialog *goToDialog; variable
H A Dviewer.cpp70 goToDialog = new GoToDialog(this); in Viewer()
158 connect(goToDialog, SIGNAL(goToPage(unsigned int)), this, SLOT(goTo(unsigned int))); in createConnections()
180 connect(render, SIGNAL(numPages(unsigned int)), goToDialog, SLOT(setNumPages(unsigned int))); in createConnections()
287 goToDialog->open(); in showGoToDialog()