Home
last modified time | relevance | path

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

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