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

/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAuthOptions.java287 protected pmButton contButton = null; field in class:pmAuthMessage
356 contButton = new pmButton(pmUtility.getResource("Continue"));
357 contButton.setMnemonic(pmUtility.getIntResource("Continue.mnemonic"));
358 contButton.addActionListener(new ActionListener() {
363 thePanel.add(contButton, c);

Completed in 92 milliseconds