<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=10623&amp;view=findpost&amp;p=98478</guid>
        <pubDate>Mon, 01 Apr 2002 03:32:52 +0000</pubDate>
        <title>I did not understand!!!</title>
        <link>https://forum.sources.ru/index.php?showtopic=10623&amp;view=findpost&amp;p=98478</link>
        <description><![CDATA[Dew: Товарищ наверное пробует запустить свой аплет в Explorer, который не находит JApplet и вообще ни сном не духом не знает о javax.swing.*.]]></description>
        <author>Dew</author>
        <category>Java</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=10623&amp;view=findpost&amp;p=98477</guid>
        <pubDate>Thu, 21 Mar 2002 17:37:21 +0000</pubDate>
        <title>I did not understand!!!</title>
        <link>https://forum.sources.ru/index.php?showtopic=10623&amp;view=findpost&amp;p=98477</link>
        <description><![CDATA[BearBeer: What do you mean by does not work?<br>Exception? No result?<br><br>Be more precise, please.]]></description>
        <author>BearBeer</author>
        <category>Java</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=10623&amp;view=findpost&amp;p=98476</guid>
        <pubDate>Sat, 16 Mar 2002 13:21:14 +0000</pubDate>
        <title>I did not understand!!!</title>
        <link>https://forum.sources.ru/index.php?showtopic=10623&amp;view=findpost&amp;p=98476</link>
        <description><![CDATA[idinkin: Salam aleikum, friends!<br>I wrote an applet and I don't understand, why it does not work...<br>Here is the applet:<br><br>import java.awt.*;<br><br>public class AppRoot extends com.sun.java.swing.JApplet{<br> &nbsp; &nbsp; &nbsp;int number;<br><br> &nbsp; &nbsp; &nbsp; &nbsp;public void init() { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;number = 255;<br> &nbsp; &nbsp; &nbsp;}<br> &nbsp; &nbsp; &nbsp;<br> &nbsp; &nbsp; &nbsp; &nbsp;public void paint(Graphics screen) {<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Graphics2D screen2D = (Graphics2D) screen;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;screen2D.drawString(&quot;The square root of &quot; <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;+ number <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;+ &quot; is &quot; <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;+ Math.sqrt(number), 5, 50);<br> &nbsp; &nbsp; &nbsp;}<br>}<br><br>Please help me..<br>Thanks!<br><br><br>]]></description>
        <author>idinkin</author>
        <category>Java</category>
      </item>
	
      </channel>
      </rss>
	