| Thread | Last Post | Replies |
|
| mouse over effect - how to do? | 22 Nov 2005 03:46 GMT | 2 |
I would like to ask say in www.yahoo.com When mouse over a link, the link become "underlined". When mouse leave a link, the underline disappear. How to do?
|
| Google Web API | 22 Nov 2005 03:20 GMT | 1 |
I am trying to use the Google Web API in a program. I have the JAR; how do I make it available to my program?
|
| Opening a new class | 22 Nov 2005 02:42 GMT | 3 |
Here is some code that is not working, at the moment i am just trying to use a button on a gui screen to display some text on the command line...this is in a OpenFiles.class, simply prints out "text". submenu.addActionListener(new ActionListener()
|
| Problem with servlet "respoonse" | 22 Nov 2005 02:35 GMT | 2 |
this problem has been driving me crazy for days... I have built a servlet that takes some simple parameters, performs some calculations and then writes a HttpServletResponse response back to the client. The code works *some* of the time - which sounds unusual, but the problem
|
| JTree navigation | 21 Nov 2005 22:57 GMT | 1 |
Here are some useful tips to navigate the tree. Can anyone tell me the limitations of getNextMatch. Thank you // Create tree
|
| Optimising servers | 21 Nov 2005 22:42 GMT | 2 |
I was talking to my ISP. He mentioned that Google does optimisation of their servers, calculating whether to use faster cpus trading that off against increased electricity consumption vs increased throughput. Wouldn't it be nice to have so many servers that you had to consider
|
| returning array v genric collection | 21 Nov 2005 21:02 GMT | 12 |
public String[] getMyStrings(); public List<String> getMyStrings(); Which is better now we have generics? Lets assume we don't have any overhead with converting within the method if
|
| java sdk suggestions | 21 Nov 2005 17:41 GMT | 7 |
i'm a intermediate autodidactic java programming beginner with an experience of programming with < 100 h. i've found the following issues so far which are topic of my suggestions: try
|
| Enumerating a JTree | 21 Nov 2005 17:30 GMT | 2 |
How can I list all the nodes in a JTree? Thanks!
|
| Thread's wait-notify | 21 Nov 2005 17:20 GMT | 9 |
i dont understand Thread's wait-notify . how do i use it ? where to use it ? i have read sun java tutorial and also mindprod java tutorial....but are not clear about this concept.
|
| a Struts question | 21 Nov 2005 16:11 GMT | 2 |
By using Struts framwork, I can print out error in the welcome.jsp file by using this code: <html> ....
|
| Help with NIO | 21 Nov 2005 15:16 GMT | 4 |
I read a lot of NIO concepts in books and internet but I cant find a good way or explanation of how can I read from Nonbloking I/O. Some of things that I cant understand: 1. If I have a buffer of size of 1024, and a client send me a first
|
| XSD Schema for ant build | 21 Nov 2005 14:09 GMT | 2 |
Hai All! I want to know, is there an Schema file or DTD for ant build scripts. If you know about that please help me to proceed Thank You!
|
| Unicode String Literals | 21 Nov 2005 11:44 GMT | 4 |
I am trying to convert an app we have to french. We have all the strings translated, and I am trying to get things working. The problem we are having is we have the strings in "real" format, such as :
|
| how can this happen? | 21 Nov 2005 11:37 GMT | 14 |
Here's the message I get from a PatternSyntaxException Unknown character category {Digit} near index 8 \p{Digit}{1,2} ^
|