Anyone want to test a Java class i wrote?

Discussion in 'Programming' started by Arkserver, Jan 2, 2008.

  1. #1
    Hi,

    I'm asking a favor for any java developer here. I wrote a class last night that can be used in any Java application that enables Java developers to add clickable links in their application in just a few lines of code.

    The ads/banners can be placed anywhere so it makes developers easier to add ads in their application anywhere they want with any size.

    example: load a banner from http:// example.com/image.gif and set the link to www. examplesite.com everytime someone uses your application the banner wil show up and people that click it will see the link.

    Note that the browser part is currently hardcoded to the default Firefox install so anyone without firefox can't test it but in my final i'll change this.

    Features:
    Add banners in your application that loads your link in a webbrowser.
    supports animated gifs and general image extensions.

    What I want is that people with JDK 1.4 and higher to test my class and see if it throws any exceptions. No payment involved or anything, just asking for a favor.

    Screenshot:
    http://img252.imageshack.us/img252/9953/demoallyo1.png just to show a simple demo to show you how to use the class file.
     
    Arkserver, Jan 2, 2008 IP
  2. big.gamma

    big.gamma Peon

    Messages:
    144
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Shoot me a PM. i'll test your class
     
    big.gamma, Jan 3, 2008 IP
  3. Arkserver

    Arkserver Banned

    Messages:
    2,533
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #3

    pm sent, i've updated the class a bit and it now supports links. Read my comments below for info.
    I've sent you a link with the adspanel class and a small demo how to use it.


    /*--------------------------------------------------------------------------
    //Author List:
    // - <Creator>
    //
    //Description:
    //
    // feature(s):
    // Reusable container to add banners in your application
    // Loads a remote banner with a default link.
    // Loads a remote banner with a custom link.
    // Supports static (jpg etc) and dynamic images(gif)
    //
    // How to use:
    // Banner(s):
    // ClickableBanner.setBanner(String urlBannerStr){ - banner url
    // ClickableBanner.setBanner(String urlBannerStr, String urlLinkStr)- banner url and where to link
    //
    // Links(s):
    // ClickableLink.setLink(String urlLinkTextStr) - linktext
    // ClickableLink.setLink(String urlLinkTextStr, String urlLinkStr) - linktext, and the url
    // ClickableLink.setLink(String urlLinkTextStr, String urlLinkStr, int r, int g, int b) - linktext, url and link color
    //
    // Known issue(s):
    // Class only works on win32 due some hardcoded paths & OS depending commands.
    // Opens the link in Firefox (default) or Internet Explorer if firefox cannot be found.
    //
    // - www.engineeringserver.com
    //----------------------------------------------------------------------*/
     
    Arkserver, Jan 4, 2008 IP
  4. Arkserver

    Arkserver Banned

    Messages:
    2,533
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #4
    So,any comment? i've sent you the pm with link to download my software but i haven't heard from u again..?
     
    Arkserver, Jan 5, 2008 IP