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

Thread: JAVA GUI

  1. #1
    Junior Member
    Join Date
    Apr 2018
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default JAVA GUI

    a paint company wants a GUI computer program to help them determine how much paint is needed to paint a room, assuming a room is to have four walls and the ceiling painted. Input to the program should be the length, width and the height of the room. Use a constant for the wall height (usually 8ft). Cost of paint for the walls and ceiling should be entered by the user. Output should be the amount and cost for each kind of paint and the total costs.

  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: JAVA GUI

    Do you have any specific java programming questions?

    Be sure to wrap all posted code in code tags.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    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: JAVA GUI

    Duplicate post removed.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. GUI Java
    By nick777 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: December 28th, 2013, 05:31 PM
  2. Replies: 2
    Last Post: January 18th, 2013, 11:12 AM
  3. JAVA GUI
    By PrgmMGF in forum Java Theory & Questions
    Replies: 6
    Last Post: December 24th, 2010, 03:50 AM