Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > pl.comp.lang.java > #10784
| From | Piotr Rezmer <konta@doman.pl> |
|---|---|
| Newsgroups | pl.comp.lang.java |
| Subject | Re: Co z apletami? |
| Date | 2015-09-24 16:51 +0200 |
| Organization | ATMAN - ATM S.A. |
| 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> |
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