Ето как параметър може да се изведе от applet. Примерът съдържа два параметъра – p1 и p2:
Ето как, стойността на applet параметър може да бъде извлечена
String parameterName = „p1″;
String value = applet.getParameter(parameterName);
parameterName = „p2″;
value = applet.getParameter(parameterName);
Popularity: 1% [?]
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
RSS Feed
Twitter

май 20th, 2010
admin
Posted in 
