private static final class ExceptionPane.CustomLister extends Object implements ListSelectionListener
Modifier and Type | Field and Description |
---|---|
private JLabel |
mylabel
The Text to write to
|
private JTextArea |
mytext
The Text to write to
|
private org.crosswire.common.util.StackTrace |
st
The StackTrace
|
Constructor and Description |
---|
ExceptionPane.CustomLister(org.crosswire.common.util.StackTrace st,
JTextArea text,
JLabel label)
Initialize with the stuff we need to act on the change, when the list
is clicked.
|
private org.crosswire.common.util.StackTrace st
private JTextArea mytext
private JLabel mylabel
ExceptionPane.CustomLister(org.crosswire.common.util.StackTrace st, JTextArea text, JLabel label)
st
- The list of elements in the exceptiontext
- The editable filelabel
- The filename labelpublic void valueChanged(ListSelectionEvent ev)
valueChanged
in interface ListSelectionListener