+ Reply to Thread
Results 1 to 5 of 5

Thread: Moving Banner in Java

  1. #1
    satheesh's Avatar
    satheesh is offline x10 Elder satheesh is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    Tamil Nadu,India
    Posts
    883

    Smile Moving Banner in Java

    Code for java:

    Code:
    /*
     * MovingBanner.java
     *
     * Created on October 29, 2007, 7:16 PM
     *
     * To change this template, choose Tools | Template Manager
     * and open the template in the editor.
     */
    package satheesh;
    import java.awt.*;
    import java.applet.*;
    /**
     *
     * @author Administrator
     */
    public class MovingBanner extends Applet implements Runnable {
    String msg;
    Thread t=null;
    int state;
    boolean stopflag;
    
        public void init() 
        {
        setBackground(Color.BLACK);
        setForeground(Color.WHITE);
        }
        
         public void start() {
            msg=getParameter("msg");
            t = new Thread(this);
            stopflag=false;
            t.start();
        }
         
        public void run(){
            char ch;
            for(;;){
                try{      
                repaint();
                Thread.sleep(250);
                ch=msg.charAt(0);
                msg=msg.substring(1,msg.length());
                msg+=ch;
                if(stopflag){
                    break;
                }
                }catch(InterruptedException e){
                    System.out.print("Error:"+e);
                }
            }
        }
        public void stop(){
            stopflag=true;
            t=null;
        }
        
        public void paint(Graphics g)
        {
            g.drawString(msg,10,30);        
        }
        
    }
    
    /*
    <P>
    <APPLET codebase="./" code="MovingBanner.class" width=150 height=50><param name="msg" value="-Free Hosting By x10hosting.com-">
    </APPLET>
    </P>
    */
    Save as MovingBanner.java and Compile and run it.

    Demo:http://svprm.x10hosting.com/java/MovingBanner.html
    I want to buy Some Scripts So Please Click This link:http://affiliate.tufat.com/index.php?id=4384
    Please rate my site:Click here




  2. #2
    Sohail's Avatar
    Sohail is offline x10 Spammer Sohail is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    London, UK
    Posts
    3,052

    Re: Moving Banner in Java

    Nice tutorial! But try not to double post the thread next time.

  3. #3
    satheesh's Avatar
    satheesh is offline x10 Elder satheesh is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    Tamil Nadu,India
    Posts
    883

    Re: Moving Banner in Java

    Thanks.
    I want to buy Some Scripts So Please Click This link:http://affiliate.tufat.com/index.php?id=4384
    Please rate my site:Click here




  4. #4
    Akisboy32 is offline x10Hosting Member Akisboy32 is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    25

    Re: Moving Banner in Java

    Hmm..are you sure your not forgetting some files like Applet.java and so??...
    Plus , this cannot be called as a "Tutorial", Why? - because it does not explain/teach anything to anybody , you just put the code and disappear.
    Explain more about the methods you have used, and if you can provide links for the sun.java tutorials about the "if" statement and so.
    Last edited by Akisboy32; 11-09-2007 at 11:40 AM.

  5. #5
    EagleEye's Avatar
    EagleEye is offline x10Hosting Member EagleEye is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    2

    Re: Moving Banner in Java

    i cant figure out how to post the x10hosting ad on my page as it looks like its javascript.

+ Reply to Thread

Similar Threads

  1. x10Hosting Ads as a Banner in Joomla!
    By s906201 in forum Tutorials
    Replies: 10
    Last Post: 08-26-2008, 07:07 PM
  2. Custom Banner Request
    By Josh in forum The Marketplace
    Replies: 19
    Last Post: 12-23-2005, 06:56 PM
  3. [OFF] Banner Impressions
    By crazyboy168 in forum The Marketplace
    Replies: 9
    Last Post: 12-20-2005, 05:24 PM
  4. Custom Banner Request
    By Josh in forum The Marketplace
    Replies: 9
    Last Post: 12-11-2005, 11:44 AM
  5. {REQ} Banner and small banner thing
    By cyberxzt in forum The Marketplace
    Replies: 4
    Last Post: 10-16-2005, 04:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers