eek, I was tinkering and broke the start page. fixing...

This commit is contained in:
rj.keller%beonex.com 2005-08-16 22:01:55 +00:00
parent 650c1f9ce5
commit e27e6a80ee

View File

@ -98,7 +98,7 @@ public class MessagePanel extends GeneralPanel
fTextArea.setBorder(BorderFactory.createLoweredBevelBorder());
try {
fTextArea.setPage("/start.html");
fTextArea.setPage(getClass().getResource("/start.html"));
} catch (IOException ioe) {
ioe.printStackTrace();
}