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

    Timer

    Hi, I need a timer with the same functionality as javax.swing.Timer but my program is headless and gives errors over X window using that class. I know theres a Timer class in util too, but that seems to be more of a scheduler than timer. I need a way to time my thread execution time, stopping...
  2. kingdech

    Image histogram

    Hi, Could someone have a look at this Java JAI question, that section doesnt seem to get much attention. http://www.tek-tips.com/viewthread.cfm?qid=1067550&page=1 Thanks.
  3. kingdech

    StringTokenizer and Pattern Matching

    You can use the Java regular expression kit (tutorial link below) http://java.sun.com/docs/books/tutorial/extra/regex/ Just have a little loop which keeps working away until you reach end of file. This code supplies what you need for just one instance...
  4. kingdech

    JAI image histogram standard deviation

    Hi, I've come across instances where certain bands of the histogram has zero SD. I was whether if was possible all bands could have zero SD. If so, could you give an example of such an iamge. Thanks in advance.

Part and Inventory Search

Back
Top