// Shembulli. aplet_03: Apleti03.java
// Programi nė vazhdim mundėson paraqitjen e tekstit, si dhe vijave nė aplet.
import javax.swing.JApplet; // importojmė klasėn JApplet
import java.awt.Graphics; // importojmė klasėn Graphics
public class Apleti03 extends JApplet {
public void paint( Graphics g )
{
g.drawLine( 15, 10, 210, 10 );
g.drawLine( 15, 30, 210, 30 );
g.drawString( "Mirė se vini nė Java!", 25, 25 );
}
}
/***************************************************************************
* Autori nuk garanton dhe nuk merr pėgjegjėsi, pėr ndonjė nėnkuptim, *
* pasojė (dėmtim nė sistemin operues) nė lidhje me programet e pėrdorura *
* nė ketė site. *
***************************************************************************/
               (
geocities.com/tini_site/homesite_files/html/shembujt_html)                   (
geocities.com/tini_site/homesite_files/html)                   (
geocities.com/tini_site/homesite_files)                   (
geocities.com/tini_site)