Java Project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ujjwalka
    New Member
    • May 2007
    • 5

    Java Project

    A Scroll Banner is an applet which displays 2 scrolling messages across the applet’s Window. Since the scrolling of a message is a repetitive task, it is performed by a Separate thread, created by the applet when it is initialized. Here background color used for the applet is yellow and foreground color used for displaying the messages is red. The upper message is displayed at position x = 100 and y = 200. This message is scrolled from right to left. The lower message is displayed at position x = 100 and y = 50. This message is scrolled from left to right. The Browser displays the applet till new page comes into view. At this time the Applet stops itself.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by ujjwalka
    A Scroll Banner is an applet which displays 2 scrolling messages across the applet’s Window. Since the scrolling of a message is a repetitive task, it is performed by a Separate thread, created by the applet when it is initialized. Here background color used for the applet is yellow and foreground color used for displaying the messages is red. The upper message is displayed at position x = 100 and y = 200. This message is scrolled from right to left. The lower message is displayed at position x = 100 and y = 50. This message is scrolled from left to right. The Browser displays the applet till new page comes into view. At this time the Applet stops itself.
    and what is the problem?

    Comment

    • ujjwalka
      New Member
      • May 2007
      • 5

      #3
      can u do this project

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by ujjwalka
        can u do this project
        I should be able to do it if I put my mind to it but I think you should do it, as it is your project.
        Write down your steps before writing the code and post again if you get stuck with the code.

        Comment

        • markmcgookin
          Recognized Expert Contributor
          • Dec 2006
          • 648

          #5
          Originally posted by ujjwalka
          can u do this project
          Please remember that this is not a site for freelance programming, it is a site for helping with YOUR code, or advice on where to start.

          Try attempting the project yourself and then post areas you are having trouble with, as you are much more likely to get a responce.

          Cheers,

          Mark

          Comment

          • ujjwalka
            New Member
            • May 2007
            • 5

            #6
            Can anyone do this project.Because It is my urgent needed.

            -Ujjwal Adhya

            Comment

            Working...