Search:

Type: Posts; User: reverse

Search: Search took 0.17 seconds.

  1. Replies
    2
    Views
    1,079

    Re: Handling ashx http requests

    Where is the rest of your code that you are using this in?
  2. Re: Java program to count External devices connected with the system. Eg. Pen drive

    Look here USB Detection (Threads forum at JavaRanch) . You may have to tweak it some and add the public static void main part in. It should give you something to go on.
  3. Replies
    2
    Views
    1,216

    Re: Java code for handle 'next' button

    Try this swing - Java UI, trying to go to next page upon clicking button - Stack Overflow .
  4. Replies
    1
    Views
    782

    Re: intro & a question!

    Amazon.com: Head First Java (9780596009205): Kathy Sierra, Bert Bates: Books

    Awesome book and you can buy it used. About 600 pages and it takes you baby steps into Java going into GUI builds...
  5. Thread: Questions!

    by reverse
    Replies
    2
    Views
    1,199

    Re: Questions!

    Is there an input to this code in "main". This doesn't make much sense. This Java - parseInt() Method talks about parseInt.

    I recommend "Head First Java" for an excellent book that you can buy...
  6. Thread: Hi

    by reverse
    Replies
    2
    Views
    843

    Re: Hi

    Damien,

    I remember those days...BASIC, Pascal, FORTRAN, Assembly. Best book I bought used is "Head First Java"; it breaks Java down fairly easy and you can buy it used online. Welcome and good...
  7. Replies
    2
    Views
    1,548

    Re: UML Plugin for Eclipse

    Are you using the correct version of Eclipse? Eclipse 3.5 is what the article is based on.

    Doing a search on Eclipse 4.2.1, there is ObjectAid UML Explorer - Home right off. I don't know if this...
  8. Re: How do you do this in java?( This is urgent )

    Here's a start. It outputs the name for Taylor which you will have to modify for the retrieval on the URL. Thanks for the challenge...it was fun! My condolences to you as well.

    import java.io.*;...
  9. Re: How does and old Cobol programmer become a Java programmer

    I, like you, have coded in BASIC, FORTRAN, COBOL, etc. in school and took Java later in life. One book I am currently reading is "head first Java" that was recommended to me during my Java course. ...
  10. Replies
    2
    Views
    3,867

    Re: Need a "cls/clear" instruction

    Doing quick research, I came across Java Curses Library | Free software downloads at SourceForge.net . This forum Clear the Screen - Java talks at length about other methods, but it depends on the...
  11. Re: Exception catching, but i'm getting no output to the console?

    Found this at Check if my int contains an int (try/catch) (Beginning Java forum at JavaRanch), granted, it deals with an int, but similiar concept with string:

    System.out.print("Please enter int...
  12. Replies
    6
    Views
    1,016

    Re: What's wrong in my loop!!

    Not necessarily all of the code, but the array lists might help. Typically, if I don't see something right away in code, I dump it into my compiler and play around until I figure it out.
  13. Replies
    6
    Views
    1,016

    Re: What's wrong in my loop!!

    Is this all of the code?
  14. Re: please help me to solve my code. i am using vector and there is some errors

    What inputs did you include or does it execute like that? I executed in Eclipse with little problem.

    Reverse
  15. Thread: JAVA and JSP

    by reverse
    Replies
    3
    Views
    1,445

    Re: JAVA and JSP

    Try comparing Integer values in JSP (JSP forum at JavaRanch) .
  16. Thread: Java Beginner

    by reverse
    Replies
    1
    Views
    863

    Re: Java Beginner

    Understanding object oriented programming in my opinion. One EXCELLENT book that I had from my Java class was Head First Java and it takes you in baby steps through Java.

    Reverse
  17. Re: How to create a JTextField that will show history of what I type on it?

    Try this....Java: JTextField and let me know if it works.

    Reverse
  18. Thread: Advice

    by reverse
    Replies
    5
    Views
    1,288

    Re: Advice

    Copying someone else's code will help you become better at reading, but limited at writing in my opinion. I did that for my Java course and it DID make it easier, then it was the tweaking to make it...
  19. Thread: Advice

    by reverse
    Replies
    5
    Views
    1,288

    Re: Advice

    Game programming has a limited market to my knowledge. When I was in school, our instructor had us do a painting project similar to MS Paint where we created circle, ellipses, etc. and learned how...
  20. Replies
    3
    Views
    1,242

    Re: Objects and Classes

    try "return (0.5 * height * base);" instead of "return 1/2 * height * base;" It may be the 1/2 vs. 0.5
Results 1 to 20 of 20