Skip to main content

Posts

Showing posts from December, 2016

Starting and ending position in java

                    find the starting and ending                                   position  using awt in java import java.awt.*; import java.awt.event.*; import java.applet.*; /*             <applet code="TextArea2" height=200 width=200>             </applet> */ public class TextArea2 extends Applet implements ActionListener {             TextArea ta;             TextField tsp,tep;             public void init()             {        ...