Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: help please..^^

  1. #1
    Junior Member ice_wana's Avatar
    Join Date
    Feb 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default help please..^^

    im new here..
    and i really need help with this one.

    the problem goes like this. i'm asked to create a program using JApplet wherein the program prompts the user to enter arguments required for the method drawPolygon then display the polygon created using those values.

    please help.

    tnx in advance.^^
    leaf shards..


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: help please..^^

    Hello and welcome, what is your problem you need help with exactly?

    // Json

  3. #3
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: help please..^^

    Hello ice_wana. Welcome to the forums.

    Can you please give us an example of the arguments required?

    Are the arguments passed when the program is run or do you need a popup box prompting the user for the values?
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  4. #4
    Junior Member ice_wana's Avatar
    Join Date
    Feb 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: help please..^^

    Quote Originally Posted by Json View Post
    Hello and welcome, what is your problem you need help with exactly?

    // Json

    the whole program code itself sir. im having a hard time on it..
    leaf shards..


  5. #5
    Junior Member ice_wana's Avatar
    Join Date
    Feb 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: help please..^^

    Quote Originally Posted by JavaPF View Post
    Hello ice_wana. Welcome to the forums.

    Can you please give us an example of the arguments required?

    Are the arguments passed when the program is run or do you need a popup box prompting the user for the values?

    there's this method my prof gave us..
    g.drawPolygon(x coords,y coords, nPoints);
    but i don't understand how it works..

    yes sir. i need a popup box prompting the user for values..
    Last edited by ice_wana; February 1st, 2010 at 11:39 AM.
    leaf shards..