Search:

Type: Posts; User: Daryn

Search: Search took 0.20 seconds.

  1. [SOLVED] Re: Hi, Can Someone please confirm if what am trying to do with Graphics is possible...if it is, then how? Thanks

    Essential if you really think about it. one square is a bunch of many squares called pixels. but if you wanted you could have a loop that creates all the lines and half way through it changes color
  2. Replies
    4
    Views
    1,329

    Re: Codecademy Problem

    Check the structure of your if statement. The problem is in there
  3. Replies
    8
    Views
    1,472

    Re: Problem connecting socket to port

    cause i took out the ip and put in the word ip. But i replced ip with
    (new InetAdress.getLocalHost(),portNumber)
  4. Replies
    8
    Views
    1,472

    Re: Problem connecting socket to port

    So does that mean my ip is wrong?Also I have also tried the hostname instead of ip
  5. Replies
    5
    Views
    1,048

    Re: Help with Loop and int count

    One peice of advice it won't cause an error or anything its just faster. You can replace count=count+1 with count++.
  6. Replies
    3
    Views
    1,082

    Degree vs. Amazing porfolio

    So I have been talking to a few people and they have been telling me being that I am self taught that If i created an amazing porfolio showing of what I know that that would be just as good as a...
  7. Replies
    8
    Views
    1,472

    Re: Problem connecting socket to port

    java.net.ConnectException: Connection timed out: connect
    at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
    at...
  8. Replies
    8
    Views
    1,472

    Problem connecting socket to port

    I keep getting an error when I try to connect my client to my server
    It times out and wont connect giving the standard IOException
    Server

    import javax.swing.JFrame;
    import...
  9. Replies
    0
    Views
    1,074

    TheCoders a group for programers

    I recently started a group on code academy .com for a group of programmers. I am looking for anyone no matter what experience. We will make various projects and i hope to allow people to increase...
  10. Thread: Help

    by Daryn
    Replies
    3
    Views
    1,152

    Re: Help

    My exact question is why do i have to resize the window to make the components appear is there a key word or something im missing
  11. Thread: Help

    by Daryn
    Replies
    3
    Views
    1,152

    Help

    Alright so right now in my program i have it were you click on a button and based on what you click on more Labels,Buttons,etc... apppear. Currently though i am having the problem were after i click...
  12. Replies
    4
    Views
    1,439

    Re: Pacman ghost help

    alright thanks i cant believe i didnt notice that earlier
  13. Replies
    4
    Views
    1,439

    Re: Pacman ghost help

    no sorry i should of been more clear it more of something like this
    ...............#... #
    ................#...#
    ................#...#
    ......#####....#######
    ..................g
    ..........
  14. Replies
    4
    Views
    1,439

    Pacman ghost help

    Alright so ive been making a pacman game and have came to doing the ghost. So far I have it were if they collide with a wall they will random generate a number to choose which way to go. The only...
Results 1 to 14 of 14