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

git-svn-id: svn://10.0.0.236/trunk@177903 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rj.keller%beonex.com
2005-08-16 22:01:55 +00:00
parent 548c1bf82f
commit 78161e79de

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();
}