Search:

Type: Posts; User: tyb97

Page 1 of 2 1 2

Search: Search took 0.17 seconds.

  1. Re: [$50] Parse Webpage and dump data [RSPS-RELATED]

    I don't see what is wrong.
  2. Replies
    4
    Views
    1,646

    Re: Odd and Even Numbers

    I see. Thank you for the kind insight.
  3. Replies
    4
    Views
    1,646

    Re: Odd and Even Numbers

    Ahh, thanks a ton. I still don't fully understand them, but in time I will. I was able to reduce my code from the above to this:



    package org.buchanan.math;

    public class Numbers {

    public...
  4. Replies
    4
    Views
    1,646

    [SOLVED] Odd and Even Numbers

    I am trying to create an "algorithm" (what I have now really isn't), I just can't seem to wrap my head around the concept, or on how to do this.. Here is the monstrosity I have created so far:


    ...
  5. Thread: Best 3D API

    by tyb97
    Replies
    2
    Views
    2,697

    Re: Best 3D API

    I am looking to create a game, so I guess I will go with LWJGL, I tried out JMonkey, but don't really like how I'm stuck to that IDE. I dislike it.
  6. Thread: Best 3D API

    by tyb97
    Replies
    2
    Views
    2,697

    Best 3D API

    Whats the best 3D API for Java? I've heard a lot about Java3D, I also hear JMonkey is good, any ideas?
  7. Replies
    6
    Views
    1,773

    Re: Noob at GUI's, need layout help.

    Thanks for this! I just got the pdf, looks promising!
  8. Replies
    6
    Views
    1,773

    Re: Noob at GUI's, need layout help.

    Oh thanks, the GroupLayout really catches my eye, I going to try it.
  9. Replies
    6
    Views
    1,773

    Re: Noob at GUI's, need layout help.

    I mean, it looks horrible,

    http://i1109.photobucket.com/albums/h430/tyb97/MyGUI.png

    What are some layout options that I have to make this better? Like adjust where the buttons are, and make...
  10. Replies
    6
    Views
    1,773

    Noob at GUI's, need layout help.

    I am making a very simple Gui at the moment, but don't know how to make it look good. it looks horrible right now, could someone teach me at how to make it look better?



    import java.awt.*;...
  11. Replies
    5
    Views
    1,584

    Re: Bank Account HELP!!!! PLEASE.

    There is much wrong with this code from what I can see, use an IDE, such as eclipse or netbeans.
  12. Replies
    5
    Views
    1,584

    Re: Bank Account HELP!!!! PLEASE.

    Could you please use code tags? Like
    [ code]
    code here, with out the spaces
    [/ code]
    this is what it will come out like


    CODE HERE
  13. Re: Java Newbie..need help in guessing game program

    Here is how it would go,
    Name this, GuessGame.java


    public class GuessGame{
    Player p1;
    Player p2;
    Player p3;

    public void startGame() {
  14. Replies
    4
    Views
    1,494

    Re: A little help please =D

    At the end and beginning of your code, example

    CODE HERE
    I did this, without the spaces
    [ code]
    your code here
    [/code ]
    It's hard to read your code with out that, if you put it in the...
  15. Replies
    3
    Views
    1,052

    Re: LOOping for my Customer ....

    I don't quite get what your trying to do, care to elaborate more?
  16. Replies
    6
    Views
    1,450

    Re: Graphics in programs.

    Ok, I will change it.
  17. Replies
    6
    Views
    1,450

    Re: Graphics in programs.

    A small command line application? Like a simple guessing game?
  18. Replies
    6
    Views
    1,450

    Re: Graphics in programs.

    I know a little about swing, I have some books on it even, but will I be able to use the code I do now in GUI's?
  19. Replies
    6
    Views
    1,450

    Graphics in programs.

    Here is my question, I have some experience with writing regular programs in the command prompt, I know very little about swing, and understand how GUI´s work, but how will the code I have made, work...
  20. Thread: Compiling error

    by tyb97
    Replies
    5
    Views
    1,556

    Re: Compiling error

    Try this code in your compiler, C:\Program Files\Java\javac.exe

    Also, if you installed java in the Program Files (x86) folder, use this

    C:\Program Files (x86)\Java\javac.exe

    Another thing,...
  21. Replies
    5
    Views
    1,666

    [SOLVED] Re: Answer always false.

    Thanks all, it works great now, I have always had issues with this, so I now can continue on ;) Thanks.
  22. Replies
    5
    Views
    1,666

    [SOLVED] Answer always false.

    Ok, take a look at this:

    import static java.lang.System.out;
    import java.util.*;

    public class mainMenu {
    private static String Choice;
    private static String Fight;
    private static String...
  23. Replies
    5
    Views
    2,418

    Re: Making Coin Toss for Football game

    Ok, how would I make it only have 1 false and 1 true statement? Would it just be a single if-else statement instead?
  24. Replies
    5
    Views
    2,418

    Making Coin Toss for Football game

    Hello, I am trying to construct a football simulator game, here is the code that I have so far:


    import java.util.Scanner;
    import java.util.Random;

    public class gamePlay{

    public static...
  25. Replies
    14
    Views
    2,010

    [SOLVED] Re: How do I make my program accept letters?

    Thank you, I will look into that, and I'm making my first Java program, that's what I need help with, but its fixed now, so thank you!
Results 1 to 25 of 41
Page 1 of 2 1 2