Search:

Type: Posts; User: nhiap6

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    1,348

    class type paramaters

    So am getting comfortable with generics as I go trough my Thinking in java book. I understand concept and how easier things can be with generics, like when creating constructor , method or even a...
  2. Thread: Pattern class

    by nhiap6
    Replies
    3
    Views
    1,240

    Re: Pattern class

    < // Allows you to easily try out regular expressions.
    // {Args: abcabcabcdefabc "abc+" "(abc)+" "(abc){2,}" }
    import java.util.regex.*;
    import static net.mindview.util.Print.*;
    public class...
  3. Thread: Pattern class

    by nhiap6
    Replies
    3
    Views
    1,240

    Pattern class

    I read this book , Thinking in Java and I can't understand how did he managed to store this 2nd line of code (String , and regex) inside of args. Please help me. This bugs me all day. Here's...
  4. Thread: Java exercise

    by nhiap6
    Replies
    1
    Views
    1,246

    Java exercise

    Is there a place on the internet with some programming tasks and project but with option to select difficulty depending on my skills ?
  5. Thread: books about 3d

    by nhiap6
    Replies
    0
    Views
    1,193

    books about 3d

    Could someone recommend me a free Ebook on 3d game programming. thanks
  6. Thread: about GUI stuff

    by nhiap6
    Replies
    6
    Views
    1,293

    Re: about GUI stuff

    rest of code is working, just like my program. but it didn't work when I did this in my constructor : JCheckBox cb = new JCheckBox("bold");
    but when I removed that JCheckBox at the begining, so :...
  7. Thread: about GUI stuff

    by nhiap6
    Replies
    6
    Views
    1,293

    about GUI stuff

    My question is why doesn't my program work, and by that I mean : (when I click that check box it makes text bold), when I do this in my Study constructor : JCheckBox cb = new JCheckBox("bold"), but...
  8. Thread: Arrays ?

    by nhiap6
    Replies
    3
    Views
    1,120

    Arrays ?

    is there a way to store values in array. for ex : if user enters some names they all get stored in a String name [] array. I need this so I can make a table of names. help please
  9. Replies
    2
    Views
    1,195

    Re: string manipulation

    that helped alot but I kinda changed it cause I dont understand that of statements.But the main thing works. Thanks . btw : here's my code so if you could comment -- [Java] import java.util.Scanner;...
  10. Replies
    2
    Views
    1,195

    string manipulation

    So I have same basic String like s = "Michael", and what i'm trying to do is when some name is entered like michael that last 2 characters delete "el" and new chars like "em" gets added to the...
  11. Replies
    2
    Views
    1,104

    string manipulation

    So I have same basic String like s = "Michael", and what i'm trying to do is when some name is entered like michael that last 2 characters delete "el" and new chars like "em" gets added to the...
Results 1 to 11 of 11