Search:

Type: Posts; User: Scott.Anthony

Search: Search took 0.06 seconds.

  1. Replies
    6
    Views
    1,435

    Re: Converting Cases Help

    I appreciate the apology but not needed. No offense is taken. Different people have different learning methods. If he doesn't dissect your answer or follow my advice he has no hope of making it...
  2. Replies
    6
    Views
    1,435

    Re: Converting Cases Help

    Use Substring() twice.
    First character = Substring(0,1);
    theRest= Substring (1,name.Length()-2);

    I hope you prefer the teaching approach rather than the handed to you in a single line of...
  3. Replies
    6
    Views
    1,435

    Re: Converting Cases Help

    Sounds like an introductory programming question, so I'll lead you to it rather than just solve it for you.

    First create a string and assign the value. String name="john betterDRIVER". Assuming...
  4. Replies
    2
    Views
    5,522

    JTable refresh with Hibernate

    I've been searching and trying for hours now, still can't find a solution that should be obvious. This is my first post, so please be kind.

    Using NetBeans 6.9.1, I've created a JTable and...
Results 1 to 4 of 4