Search:

Type: Posts; User: fpritt24

Search: Search took 0.10 seconds.

  1. Replies
    15
    Views
    3,384

    Re: Four color theorem help

    It is too advanced and they won't understand that or help anyone.. lol
  2. Replies
    15
    Views
    3,384

    Re: Four color theorem help

    I don't know how to start to program that though. I am a beginner and do not know what to do to start.
  3. Replies
    15
    Views
    3,384

    Re: Four color theorem help

    Yes that is perfect.

    --- Update ---



    Haven't found a thing. And I have this code written because it was supposed to be due today so I had to write something to get some credit but since...
  4. Replies
    15
    Views
    3,384

    Re: Four color theorem help

    I don't currently have an algorithm. That is what I need help with figuring out.
  5. Replies
    15
    Views
    3,384

    Re: Four color theorem help

    It should be the colors of the regions. Like if there are 4 regions, then the regions are A,B,C,D and the 1,2,3,4 are the different colors of the regions.
    The output should be better formatted to...
  6. Replies
    15
    Views
    3,384

    Re: Four color theorem help

    Yes, sorry I was in the middle of the rewrite when you posted. I have rewrote some code, asked the question better, and properly formatted. I was really tired last night and frustrated when I...
  7. Replies
    15
    Views
    3,384

    Re: Four color theorem help

    I have modified it if you would like to provide help now
  8. Replies
    15
    Views
    3,384

    Four color theorem help

    Okay so I'm a beginner to java programming, only in my second class on it, and we were assigned the four color theorem problem. The four color theorem states that for any region, 4 colors should be...
  9. Replies
    11
    Views
    1,849

    Re: File not found exception

    I'm mostly confused on what to put inside the try block.
  10. Replies
    11
    Views
    1,849

    Re: File not found exception

    I'm still not sure what you mean. I'm very new to java and do not know what you mean.
  11. Replies
    11
    Views
    1,849

    Re: File not found exception

    When I put in a try catch block it then gives me the error that my PrintWriter variables cannot be resolved.


    try
    {
    PrintWriter modifyInElection = new...
  12. Replies
    11
    Views
    1,849

    Re: File not found exception

    I am very new to java and do not know what those do or anything. Can you give me a quick rundown?
  13. Replies
    11
    Views
    1,849

    Re: File not found exception

    I put it in the original post.
  14. Replies
    11
    Views
    1,849

    File not found exception

    Alright so I created this program to determine who the winner of an election is that uses a file input/output method and a command line method. I have the program mostly figured out I just need help...
  15. Replies
    5
    Views
    1,055

    Re: My GUI will not show up.

    I am calling it this way


    public static void main(String[] args)
    {
    TestScoresProgram test = new TestScoresProgram();
    }
  16. Replies
    5
    Views
    1,055

    Re: My GUI will not show up.

    Sorry that's just how it is written in my book. And when I try to call the TestScoresProgram() it gives me an error that TestScoresProgram cannot be resolved to a type.
  17. Replies
    5
    Views
    1,055

    My GUI will not show up.

    I have written this program and I cannot get the GUI to show up. I cannot figure out what is wrong.
    I appreciate any help guys.


    import javax.swing.*;
    import java.awt.*;
    import...
  18. Replies
    4
    Views
    1,075

    Re: Need some help testing created class.

    We started learning about arrays in our last class so I know the basics of an array.
  19. Replies
    4
    Views
    1,075

    Need some help testing created class.

    I was assigned a problem where I have to create a class called Day. The program is to store the day such as Sun for Sunday, Mon for Monday, etc. The program then preform the following steps:

    Set...
Results 1 to 19 of 19