| Thread | Last Post | Replies |
|
| Question on generics syntax | 26 Jan 2008 22:21 GMT | 1 |
I'm going crazy with the proper syntax of Collections.binarySearch(): http://java.sun.com/javase/6/docs/api/java/util/Collections.html#binarySearch(ja va.util.List,%20T,%20java.util.Comparator) I've been searching Google and Google Groups for similar questions, but, while this ...
|
| how to stop user to use Enter Button. | 26 Jan 2008 04:12 GMT | 5 |
I have used a Text Area in my project. I want the user not able to to press Enter Button in it... if it do so, the system should prompt the user not to user Enter Key. how to stop user to use Enter Button.
|
| aglet running problem | 24 Jan 2008 14:06 GMT | 3 |
hi i m suren when i running a aglet then i having face aproblm problem is "the host name and domain name problem anybody know
|
| How windows perform File Searching? | 24 Jan 2008 01:38 GMT | 2 |
i am doing a project in java for FILE SEARCHING.So i want know search algorithms used by windows or how windows perform file searching.
|
| java profiling question | 24 Jan 2008 00:40 GMT | 2 |
I run my java program as java MyApp Then, I run ./jps The id is 12905.
|
| java mail | 24 Jan 2008 00:28 GMT | 3 |
after a long time i am sending any technical query , it has never happened that i have not been answered plz answer me this time also... i am working on a program that implements
|
| How to get a URL encapsulated in a SWF file(Flash) | 23 Jan 2008 18:01 GMT | 2 |
The Flash usually combines ActionScript. with a script like on (release) {
|
| Math/Programming Algorithm Help | 23 Jan 2008 01:44 GMT | 11 |
I'm having trouble with an algorithm. Basically, the user is presented with a grid of toggle buttons (clicking on each button will change its color from "inactive" to "active" and back). When the user is presented by a grid of size NxN, they need to click to activate N number of ...
|
| Scrolling in a JEditorPane | 22 Jan 2008 20:59 GMT | 3 |
Hello, I am new to the group, so please forgive me if this has already been asked. I have a JEditorPane. and a custom routine to append HTML text to it, but I wish to have it automatically scroll down when I add text that doesn't fit
|
| Formatting a decimal | 21 Jan 2008 23:11 GMT | 5 |
I am trying to print out the weeks in possesion in a format of 1.5 3.1 and the like. -------------------- weeksInPosession = (daysKeyed % 7);
|
| retrieve data from hashtable | 21 Jan 2008 22:41 GMT | 5 |
I am currently developing a java application that allows the user to wake up computers using Wake On Lan. The program reads in a CSV file whic has the computer names and there MAC Address. Once the file has been read it then populates a HashTable to add the records. What I
|
| JTable help | 21 Jan 2008 22:35 GMT | 13 |
I'm working on a derby embedded app and I want to use JTable to display the results. I made a custom AbstractModel, but when there is more than one row in the results the first row result is repeated for the number of rows in the result but the other results are not
|
| List available files in web directory? | 21 Jan 2008 17:19 GMT | 1 |
How can I obtain a list of all the files available from a directory on my server after connecting with an HttpUrlConnection. Ex. Connect to http://example.net/test/
|
| Online eBooks @ jumbooks.com | 20 Jan 2008 23:03 GMT | 2 |
Hi Friends, Recently I have been searching for some technical books and found this gem link website called http://www.jumbooks.com They use upload the books frequently. They have got books on
|
| applet works, but stalls browser | 20 Jan 2008 19:09 GMT | 4 |
I have a frame in a frameset (source code: http://lingo.uib.no/daniel/source/applet.html) containing an applet (source code: http://lingo.uib.no/daniel/source/java.html). The applet makes a telnet connection to the server and receives cues from it in
|