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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user