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. jasonwyz98

    How to determine wheather a value is NaN (infinity) using SQL statment

    thanks for replying, the DB is Sybase, I'm trying to write some SQL to determine whether a value is NaN, currently when i select a NaN value i get 0.0 back which I know isn't right. Please provide the correct SQL statements? thanks
  2. jasonwyz98

    How to determine wheather a value is NaN (infinity) using SQL statment

    urgent How to determine wheather a value is NaN (infinity) using SQL statements? thanks jason
  3. jasonwyz98

    how to use java to gather online information

    Hello What i want to do is provide the application with a set of urls, have the app gather some data (i.e. pricing, product list, etc) automatically. ex. give the app a url address and have the app gather the price data on certain products. Please be specific and what' the easiest way to...
  4. jasonwyz98

    how to make bold text inside java.lang.string

    found the answer, JTextEditor Jtxtpane thanks guys
  5. jasonwyz98

    how to make bold text inside java.lang.string

    thanks for the replies, other than the tool tip method is there anyway to display some text in a JTextArea bold while other plain? Can i use html in JTextArea some other text componenet? thanks
  6. jasonwyz98

    how to make bold text inside java.lang.string

    hello I wish to make some text bold, inside a string, does anyone know how this can be accomplished? ex. String str = "I need help"; how to make "I" bold? thanks
  7. jasonwyz98

    Java random number generator question - please help

    stupid me, that's guys
  8. jasonwyz98

    Java random number generator question - please help

    Hello I need to generate some random #s within certain range using java.utils.Random ex. generate random #s with 500-1000 when i do random(object).nextInt(1000) it generates all #s between 0-1000. So how do i generate #s between 500-1000 only. thanks
  9. jasonwyz98

    pro programmer's opinion needed

    Hello i'm implementing a substitute teacher's class for a school project, and each sub has a list of preferred schools, subjects, etc that they want to teach. My question is that generally is it a good idea to implement a linked list inside the sub class to contain the list. I've decided not to...
  10. jasonwyz98

    java int question?

    thanks your help :)
  11. jasonwyz98

    java int question?

    Hello hello Here is what i wanna do, someone please help int tmp = 11242003; 11 = month 24 = day 2003 = year i want to get the individual digit or group of digits in this case out of the int tmp. Can someone explain how to accomplish this in java. jason thanks

Part and Inventory Search

Back
Top