Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. robmif76

    Strings

    Any idea of a quick way to put the value of an integer into a string? Cheers Rob
  2. robmif76

    Text areas

    Thanks for your help. Once again...problem solved!!
  3. robmif76

    Text areas

    Hi, I am trying to gather some input using Swing classes. Basically, I have a number of text areas and a combo box in the same frame and I need to "grey out" some of the text areas according to the selection in the combo box. Any help? Thanks Rob
  4. robmif76

    Type Casting

    Thanks a lot people!! again......problem solved!!
  5. robmif76

    Type Casting

    Hi all, Is it possible to type cast a String variable into an integer? I'm tryong with the following code but I'm getting an error on compilation saying inconvertible types. void yearsWorked(String sWorkYear) { int iYrsWorked; iYrsWorked = (int) sWorkYear; } Cheers Rob
  6. robmif76

    String copying

    Thanks for your help ppl.....solved my problem now. Cheers Rob
  7. robmif76

    String copying

    Seeing that strings are objects, how do I copy the contents of one string into another? Cheers Rob
  8. robmif76

    Date input

    Thanks alot mate. That certainly sorted out my problem!!
  9. robmif76

    Date input

    Well, basically I'm trying to find out the most convenient way of gathering a date (dd/mm/yyyy) user input using the buffered reader. Cheers
  10. robmif76

    Date input

    Hi all, i am a Java newbie and I need some help in geting user date input using the calendar class. Any help?

Part and Inventory Search

Back
Top