зеркало из https://github.com/mozilla/gecko-dev.git
eek, I was tinkering and broke the start page. fixing...
This commit is contained in:
Родитель
650c1f9ce5
Коммит
e27e6a80ee
|
@ -98,7 +98,7 @@ public class MessagePanel extends GeneralPanel
|
||||||
fTextArea.setBorder(BorderFactory.createLoweredBevelBorder());
|
fTextArea.setBorder(BorderFactory.createLoweredBevelBorder());
|
||||||
|
|
||||||
try {
|
try {
|
||||||
fTextArea.setPage("/start.html");
|
fTextArea.setPage(getClass().getResource("/start.html"));
|
||||||
} catch (IOException ioe) {
|
} catch (IOException ioe) {
|
||||||
ioe.printStackTrace();
|
ioe.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче