Kinaces's Profile User Rating: -----

Reputation: 62 Whiz
Group:
Active Members
Active Posts:
198 (0.86 per day)
Joined:
04-October 12
Profile Views:
576
Last Active:
User is offline Mar 16 2013 09:27 AM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Windows
Favorite Browser:
FireFox
Favorite Processor:
AMD
Favorite Gaming Platform:
PC
Your Car:
Ford
Dream Kudos:
0

Latest Visitors

Icon   Kinaces has not set their status

Posts I've Made

  1. In Topic: Complete Java

    Posted 4 Mar 2013

    We have many tutorials here you can get started on.

    You are not a programmer? Have you thought it a good idea to try it out before you start paying hundreds of dollars for lessons?

    There are multiple sites dedicated to learning programming. The tutorial section for DreamInCode can be found here

    There are great tutorials for beginners at thenewboston.

    You won't need to learn C as a prerequisite, and many students start out learning Java anyway. You can move on to advance Java topics when you understand the basics, and everything in between.

    With all the technology and resources that we have I would suggest trying it for free before you start spending money.
  2. In Topic: Having trouble indentifing an error

    Posted 1 Mar 2013

    I'm not going to take a look at the code since it's not in code tags, and is hard to look at otherwise.

    You are receiving an ArrayIndexOutOfBoundsException which means you are trying to access the array at an index that doesn't exist (Meaning you have a negative number or the number is bigger than the array size). Make sure you are accounting for arrays starting at 0 not 1.
  3. In Topic: Switch with incorrect output

    Posted 1 Mar 2013

    Without a break in your switch statement your switch statement will fall through. You probably just need to avoid break statements in your loops. If you absolutely wanna avoid the break statement you can use a method that returns a String.

    public String methodName(int day) {
      switch(day){
       case 1: return "st";
       //and so on
      }
    }
    
    
  4. In Topic: Callin class from J button Click

    Posted 28 Feb 2013

    Just looking at methods and not code you just have to make a static call to createAndShowGUI.
  5. In Topic: Recording sound and sending it in a UDP datagram

    Posted 20 Feb 2013

    To send objects with UDP they have to be Serialized.

    Do some research on 'java audio serialization' and 'java UDP serialization'

My Information

Member Title:
D.I.C Head
Age:
18 years old
Birthday:
April 5, 1995
Gender:
Location:
Oklahoma City
Interests:
Besides programming I am very interested in music. I play piano and guitar, and use them to mainly learn about music theory. I also like to cook (surprisingly enough). I use to be rather athletic. I've played basketball, football, golf, tennis, baseball, and paintball.
Full Name:
Clayton Buenning Barritt Jr.
Years Programming:
3
Programming Languages:
Java, JavaScript, C#, C++, Python, HTML, XML, PHP, Python

Contact Information

E-mail:
Private
Skype:
Skype  Kinaces

Friends

Comments

Kinaces has no profile comments yet. Why not say hello?