Path: csiph.com!goblin3!goblin1!goblin.stu.neva.ru!newsfeed.neostrada.pl!unt-exc-02.news.neostrada.pl!newsfeed2.atman.pl!newsfeed.atman.pl!.POSTED!not-for-mail From: Piotr Rezmer Newsgroups: pl.comp.lang.java Subject: Re: Co z apletami? Date: Thu, 24 Sep 2015 16:51:10 +0200 Organization: ATMAN - ATM S.A. Lines: 24 Message-ID: References: NNTP-Posting-Host: apn-77-113-7-123.dynamic.gprs.plus.pl Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: node2.news.atman.pl 1443106265 10932 77.113.7.123 (24 Sep 2015 14:51:05 GMT) X-Complaints-To: usenet@atman.pl NNTP-Posting-Date: Thu, 24 Sep 2015 14:51:05 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: Xref: csiph.com pl.comp.lang.java:10784 W dniu 2015-09-24 o 16:28, slawek pisze: > Problem w zasadzie sprowadza się teraz do pytania: czy opłaca się > inwestować czas w uczenie jak napisać aplet - czy też raczej może wyrwać > stosowne strony z podręczników i użyć jako zamiennika deficytowego w PRL > produktu celulozowego? Akurat nauka pisania appletów nie jest długa. Wystarczy tak naprawdę obsłużyć kilka metod: public void init(): is used to initialized the Applet. It is invoked only once. public void start(): is invoked after the init() method or browser is maximized. It is used to start the Applet. public void stop(): is used to stop the Applet. It is invoked when Applet is stop or browser is minimized. public void destroy(): is used to destroy the Applet. It is invoked only once. -- pozdrawiam Piotr XLR250&bmw_f650_dakar