Searched refs:execButton (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/examples/
H A DExecutionMonitor.java61 JButton execButton; field in class:ExecutionMonitor.CustomProcessMonitor
71 execButton = new JButton( "Continue" );
72 execButton.setEnabled(false);
73 execButton.addActionListener(new ActionListener() {
75 execButton.setEnabled(false);
84 info.getContentPane().add(execButton);
85 execButton.setAlignmentX(Component.CENTER_ALIGNMENT);
135 execButton.setEnabled(true);
137 while (execButton.isEnabled()) {
172 execButton
[all...]

Completed in 8 milliseconds