Home
last modified time | relevance | path

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

/aoo4110/main/scripting/examples/java/Highlight/
H A DHighlightText.java111 XButton exitButton = (XButton) UnoRuntime.queryInterface( in showForm() local
113 exitButton.setActionCommand("Exit"); in showForm()
119 exitButton.addActionListener(this); in showForm()
/aoo4110/main/scripting/examples/beanshell/Highlight/
H A Dhighlighter.bsh141 exitButton = new JButton("Exit");
142 exitButton.addActionListener(exitListener);
147 buttonPanel.add(exitButton);

Completed in 21 milliseconds