introEng.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
Runnable r = new Runnable() {
public void run() {
try {
new PDFViewerBuffer("Introduction to JMT", ManualBookmarkers.INTRO);
} catch (IOException e) {
e.printStackTrace();
}
}
};