Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
DVerifierAppFrame.java89 private final JTextPane pass3aTextPane = new JTextPane(); field in VerifierAppFrame
162 pass3aTextPane.setEditable(false); in jbInit()
206 jScrollPane5.getViewport().add(pass3aTextPane, null); in jbInit()
266 pass3aTextPane.setText(""); in verify()
268 pass3aTextPane.setBackground(Color.yellow); in verify()
279 pass3aTextPane.setText(""); in verify()
280 pass3aTextPane.setBackground(Color.yellow); in verify()
355 pass3aTextPane.setText(all3amsg.toString()); in pass3aJList_valueChanged()
356 pass3aTextPane.setBackground(all3aok ? Color.green : (rejected ? Color.red : Color.yellow)); in pass3aJList_valueChanged()