От: | Родион | ||
Дата: | 26.11.02 10:51 | ||
Оценка: |
От: | magcyril | ||
Дата: | 26.11.02 14:12 | ||
Оценка: |
URL url = getCodeBase();
try
{
getAppletContext().showDocument(new URL(url + "sample.html"));
}
catch(MalformedURLException e)
{
showStatus("Error: " + e.getMessage());
}