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 6 of 6

Thread: Is there a way I could create/get a program that outputs a form in BBC?

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Is there a way I could create/get a program that outputs a form in BBC?

    Ok. I need a program (maybe java) that would output a form with the values I input in it.

    Heres the form:

    Name: "input"
    STEAM ID: "input"
    Forum profile link: "input"

    Server: "input"
    Reason: "input"

    Evidence: "input"
    Extra details: "input"

    Where is says "input" I want that to be a place I can input text and when I press a button like "Done" "Create" or something it puts the values I input into the forum and gives me a output of a bbc code like how it is above.


    This is an example of what I would want it to be like.

    2whqpp1.jpg

    My question is how could this be done? I really need a program like this. Is there a program that could create a form like this for me? Could someone make this for me?
    Last edited by Elite Cow; October 11th, 2011 at 12:57 PM.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Is there a way I could create/get a program that outputs a form in BBC?

    Do you have a question?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Oct 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is there a way I could create/get a program that outputs a form in BBC?

    Yes. I do. How would this be done? is it Java? Is there a program that can create this? How hard is it to do this?

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Is there a way I could create/get a program that outputs a form in BBC?

    Quote Originally Posted by Elite Cow View Post
    Yes. I do. How would this be done?
    By writing code, probably involving Swing. Check out the Swing tutorials.

    Quote Originally Posted by Elite Cow View Post
    is it Java?
    It sure could be.

    Quote Originally Posted by Elite Cow View Post
    Is there a program that can create this?
    Not sure what you mean. What did google tell you?

    Quote Originally Posted by Elite Cow View Post
    How hard is it to do this?
    Depends. If you know your stuff, probably not very hard. But if you're working from nothing, you're going to have to work through the tutorials first, and that should take weeks or months.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Junior Member
    Join Date
    Oct 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is there a way I could create/get a program that outputs a form in BBC?

    How much would it cost to have someone create this?

  6. #6
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Is there a way I could create/get a program that outputs a form in BBC?

    Quote Originally Posted by Elite Cow View Post
    How much would it cost to have someone create this?
    I'm not sure, as that's not really my bag. We do have a "paid java projects" forum if you want to check that option out.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. LinkedList outputs ONLY last element
    By hexwind in forum What's Wrong With My Code?
    Replies: 3
    Last Post: June 30th, 2011, 04:57 AM
  2. New to Java Can not figure out how to create a table with my codes outputs!
    By shoppa028 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: May 12th, 2011, 09:21 AM
  3. How do i create Sub Form
    By hadhebola in forum Object Oriented Programming
    Replies: 1
    Last Post: July 16th, 2010, 08:21 AM
  4. Replies: 3
    Last Post: February 1st, 2010, 12:24 AM
  5. Java Swing :Back Button from one form to another form
    By srinivasan_253642 in forum AWT / Java Swing
    Replies: 1
    Last Post: December 26th, 2009, 09:51 AM