Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > pl.comp.lang.java > #10784
| 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 <konta@doman.pl> |
| 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 | <mu12kp$alk$1@node2.news.atman.pl> (permalink) |
| References | <almarsoft.6617338671142072115@news.v.pl> <mu0pik$1l3$1@node2.news.atman.pl> <almarsoft.7974486775383198523@news.v.pl> |
| 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 | <almarsoft.7974486775383198523@news.v.pl> |
| Xref | csiph.com pl.comp.lang.java:10784 |
Show key headers only | View raw
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
Back to pl.comp.lang.java | Previous | Next — Previous in thread | Next in thread | Find similar
Co z apletami? slawek <fake@fakeemail.com> - 2015-09-24 13:33 +0200
Re: Co z apletami? Piotr Rezmer <konta@doman.pl> - 2015-09-24 14:16 +0200
Re: Co z apletami? slawek <fake@fakeemail.com> - 2015-09-24 16:28 +0200
Re: Co z apletami? Piotr Rezmer <konta@doman.pl> - 2015-09-24 16:51 +0200
Re: Co z apletami? slawek <fake@fakeemail.com> - 2015-09-24 17:55 +0200
Re: Co z apletami? Piotr Rezmer <konta@doman.pl> - 2015-09-24 18:06 +0200
csiph-web