Search:

Type: Posts; User: cbplayer

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,422

    Re: Why won't the frame Icon change?

    I didn't get any errors but I used a print statement and called the fileexists() method and it returned false but I'm sure the file exists. I've been able to see the image outside the IDE.
  2. Replies
    3
    Views
    1,422

    Why won't the frame Icon change?

    I'm a newb to GUI and I'm trying to wrap my head around it. I don't quite understand why I am unable to change the frame icon in my GUI application. I chose a picture from "my Pictures" and entered...
  3. Re: Can someone explain why the FILENOTFOUNDEXCEPTION keeps beign thrown?

    I tried you suggestions and although I didn't run into any exceptions, when I tried to print info from the file, I received info that I didn't even put on the file. Can I get help resolving this...
  4. Re: Can someone explain why the FILENOTFOUNDEXCEPTION keeps beign thrown?

    I didn't misspell it. So how do I put the file in its correct location?
  5. Can someone explain why the FILENOTFOUNDEXCEPTION keeps beign thrown?

    import java.io.File;
    import java.io.FileNotFoundException;
    import java.util.Scanner;
    public class TreeDriver {

    public static void main(String [] args) {

    Scanner input = new...
  6. Can I get help with these data structures questions?

    I currently taking a class on data structures and we had recitation and there are a few questions I don't quite understand how to solve.

    Please explain how to do these questions

    1.)
    (a) [7.5...
  7. Can I get help with a few Data Structures questions?

    I currently taking a class on data structures and we had recitation and there are a few questions I don't quite understand how to solve.

    Please explain how to do these questions

    1.)
    (a) [7.5...
  8. How do you do this in java?( This is urgent )

    Deleted
  9. How do you do this in java?( This is urgent )

    This is a supplementary programming assignment of mine and I have legitimately no idea how to do it even though I've looked online several times and the deadline is soon.I dont have much time b/c...
  10. Replies
    9
    Views
    1,247

    Re: Can I get some help fixing this issue?

    Anybody??

    --- Update ---

    I fixed several of the issues but one issue remains. If I input "stay" before I input 'hit" the computer's cards don't print. Please try to help. I really need to get...
  11. Replies
    9
    Views
    1,247

    Re: Can I get some help fixing this issue?

    Dont my total and values line up with sample output given my the instructor?

    Also I fixed some of the issues you mentioned but I'm having trouble with another issue. Sometimes when the play wins,...
  12. Replies
    9
    Views
    1,247

    Re: Can I get some help fixing this issue?

    Can I please get some help?
  13. Replies
    9
    Views
    1,247

    Re: Can I get some help fixing this issue?

    Here is one of the outputs:

    It worked fine until after the game was over and I prompted the user to say whether or not he wants to play again and when the game restarted, the output displayed "...
  14. Replies
    9
    Views
    1,247

    Can I get some help fixing this issue?

    Basically I have to write a program that plays the card game, 21.

    This is the assignment. I've done most of it but my code has a few issues.
    "
    PART 1:

    You are going to create a simple card...
  15. Replies
    5
    Views
    1,231

    Re: Why Can't my file be read?

    What do you want me to do?
  16. Replies
    5
    Views
    1,231

    Why Can't my file be read?

    import java.io.File;
    import java.io.IOException;
    import java.io.PrintWriter;

    import java.util.Scanner;



    public class StockAnalysis {
  17. Replies
    1
    Views
    1,195

    Why wont this method work?

    I'm trying to create a method that takes a binary number as a string parameter and then prints out the decimal equivalent. For some reason my code isn't working but I feel like I am extremely close!...
  18. Replies
    6
    Views
    1,660

    Re: How to make craps game?

    I just want know how to go about implementing crap. I' m basically wondering what kind of methods I should use, etc.
  19. Replies
    6
    Views
    1,660

    Re: How to make craps game?

    I need to create an output of this nature

    javac Craps.java
    java Craps

    "Pass" line (1) or the "Don't Pass" line (2): 1
    Bet: 1
    Dice 1: 4 and dice 2: 1. Sum: 5
    The button is On. Point: 5....
  20. Replies
    6
    Views
    1,660

    How to make craps game?

    never mind
  21. Replies
    3
    Views
    1,079

    Re: Whats wrong here??

    It says this method must return a result of type int.


    import java.util.Scanner;
    public class chap9 {

    public static void main (String[] args) {


    String message = "statement";
  22. Replies
    3
    Views
    1,079

    Whats wrong here??

    It keeps saying that the method must return a result of type int but I already made return the result.


    import java.util.Scanner;
    public class chap9 {

    public static void main (String[] args)...
  23. Replies
    1
    Views
    1,260

    What's wrong with my code?

    I want to pass two arrays into methods that will calculate the averages of the elements in the arrays.
    Here is my code.


    import java.util.Scanner;
    public class Averaginganarray {

    public...
Results 1 to 23 of 23