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

Thread: Image creation

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image creation

    Hi, I'm new to the programming community but I've been woring on it for the last 4 months and I'm stuc...
    P.S. the letter between j and l does not wor well on my pc....

    So... I am maing a java program which will help me produce patterns for my creations using data I've input myself through the system itself.
    Now....
    I have created the login screen, the splash screen, the main GUI, the Save, Load and exit options but now I'm really deep in a ditch...
    I want to mae my java application produce an image using the input information;
    so lets say I want to print a square on a paper...

    The details I put in would be: the length and the width of the shape and i want it to produce the square on the paper. How will I accomplish this?

    Thans a lot Alex


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Image creation

    If you are talking about drawing an image using java classes and methods, take a look at the tutorial:
    Lesson: Performing Custom Painting (The Java™ Tutorials > Creating a GUI With JFC/Swing)
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Problem with file creation
    By hliasprev in forum Threads
    Replies: 5
    Last Post: May 29th, 2013, 02:37 AM
  2. Datasource Creation Issue
    By Deepak1986 in forum Web Frameworks
    Replies: 0
    Last Post: January 17th, 2013, 05:24 AM
  3. servlet instance creation
    By bhavirisetty in forum Java Servlet
    Replies: 0
    Last Post: September 20th, 2012, 01:08 AM
  4. need help in program creation
    By vinaysa86 in forum Loops & Control Statements
    Replies: 4
    Last Post: August 15th, 2012, 07:11 PM
  5. Component/Widget creation
    By Hellops in forum AWT / Java Swing
    Replies: 0
    Last Post: October 15th, 2009, 10:31 PM