Fuzzyness's Profile User Rating: -----

Reputation: 669 Enlightened
Group:
Author w/DIC++
Active Posts:
2,438 (1.58 per day)
Joined:
06-March 09
Profile Views:
15,777
Last Active:
User is offline Oct 26 2012 11:56 PM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Windows
Favorite Browser:
Chrome
Favorite Processor:
Intel
Favorite Gaming Platform:
PC
Your Car:
Chevrolet
Dream Kudos:
150

Latest Visitors

Icon   Fuzzyness has not set their status

Posts I've Made

  1. In Topic: Blocking Certain Dates in a JDateChooser

    Posted 14 Mar 2012

    Well you need to put the JDateChooser in the do while loop, so it will keep overriding it until there is an acceptable Date. The chooser will return an Date object so assign it to one and then check that Date objects day.

    Ex. -
    Date theDate;
    do{
    // some code for the chooser
    theDate = // the selection
    }while(theDate.getDay() >= 5);
    
    


    Make Sense?
  2. In Topic: Grade Processor Program "Road Block"

    Posted 14 Mar 2012

    Click the green Plus button in bottom right hand corner of the post that was helpful.

    and Sure thing buddy.

    Happy Coding!
  3. In Topic: Blocking Certain Dates in a JDateChooser

    Posted 14 Mar 2012

    I am not sure if you can change a setting of the JDateChooser.

    You could always throw it in a loop and call the getDay() method which will return an int, and if that int is >= 5 then have it cycle again. 5 is a Friday and 6 is a Saturday.

    getDay()

    JDateChooser should return a date, so take the date they selected, if the getDay() method returns 5 or 6 then have it cycle through again, so put the JDateChooser in a Do..While loop, and have the condition be less than 5. Since 0-4 is Sun-Thurs

    Make sense?
  4. In Topic: Grade Processor Program "Road Block"

    Posted 14 Mar 2012

    Well, just make it output the same way that it is input. In the same format, so if you have a number grade followed by a letter grade print out like that

    out.println(grade + " " + lGrade);
  5. In Topic: Grade Processor Program "Road Block"

    Posted 14 Mar 2012

    while ( grade != -1 );
    You need to remove the semi colon after the while loop, it does not belong there after a while loop statement head.

    Now, what was the other error? A lot to read and too early in morning to do it so if you could just restate the remaining problems when fix that statement would be great! ;)

My Information

Member Title:
Comp Sci Student
Age:
22 years old
Birthday:
April 29, 1991
Gender:
Location:
Collin County, Texas
Interests:
I enjoy programming in Java and figuring out how much I can expand my knowledge, I am greatly amused by some of the things you can do. I love Java, not extremely fond of C++ but have a little experience in it. Double majoring in Networking Computer Science Java Track in college curently. Am an 21 year old kid who loves music and programming and friends. Currently an Information System Technician at my work, fancy title for IT guy for a General Contractor! I stay up wayyy to late fo rmy own good :)
Years Programming:
2
Programming Languages:
Java and C++

Learning: PHP, JavaScript, MySQL

Contact Information

E-mail:
Click here to e-mail me
Website URL:
Website URL  http://
Yahoo:
Yahoo  cbrown42991@yahoo.com
Xfire:
fuzzyness1

Comments

Page 1 of 1
  1. Photo

    smohd Icon

    16 Feb 2012 - 07:16
    Is everything alright?
  2. Photo

    smohd Icon

    14 Feb 2012 - 20:53
    You are also doing the great in forums buddy:
  3. Photo

    smohd Icon

    16 Nov 2011 - 09:41
    Do you think I should be in that list? I am just a student and nothing else...
  4. Photo

    smohd Icon

    10 Nov 2011 - 14:55
    Ya sure, I am very busy this month working with my Final Year Project. I am trying to be online but most of the time struggling to get things at least get started
  5. Photo

    smohd Icon

    25 Oct 2011 - 00:16
    Thanks bro :)
  6. Photo

    smohd Icon

    06 Oct 2011 - 12:13
    Hi man, I am not in CCNA, just my college courses, I have taken 4 courses of networking by now and expecting one next year. But it is not my interesting except the part of Routing configuration & protocols(I like playing wit ACLs). So just started that part in this semester and decided to give it a look. But my interest is Programming. I am looking more to know about security....
  7. Photo

    Fuzzyness Icon

    02 Sep 2011 - 11:15
    Sorry buddy, I don't really know much about getting it onto a server and sharing and what not. I am learning MySQL atm then I am getting into that stuff.
  8. Photo

    nicool Icon

    01 Sep 2011 - 10:12
    plz look at this post:
    http://www.dreamincode.net/forums/topic/245197-want-to-make-java-application-available-to-all-user-of-network/page__view__findpost__p__1421759__fromsearch__1
  9. Photo

    nicool Icon

    01 Sep 2011 - 09:51
    Hi Fuzzyness...
    Could you please help me?
Page 1 of 1