Searched refs:pass3bTextPane (Results 1 – 1 of 1) sorted by relevance
90 private final JTextPane pass3bTextPane = new JTextPane(); field in VerifierAppFrame163 pass3bTextPane.setEditable(false); in jbInit()211 jScrollPane7.getViewport().add(pass3bTextPane, null); in jbInit()269 pass3bTextPane.setText(""); in verify()271 pass3bTextPane.setBackground(Color.yellow); in verify()282 pass3bTextPane.setText(""); in verify()283 pass3bTextPane.setBackground(Color.yellow); in verify()386 pass3bTextPane.setText(all3bmsg.toString()); in pass3bJList_valueChanged()387 pass3bTextPane.setBackground(all3bok ? Color.green : (rejected ? Color.red : Color.yellow)); in pass3bJList_valueChanged()