| Thread | Last Post | Replies |
|
| noobie needs help | 08 Apr 2006 21:58 GMT | 18 |
hey! i was asked to do 2 tasks, but i don't know how. these are easy tasks, i can't handle it as i've skipped lessons (explained how to do) thx for your help 1)filled circle (and square) with color that i've to choose from
|
| Help with count | 08 Apr 2006 19:19 GMT | 5 |
I need some help programming. what I am expected to do is as follows: I need to write a method: "int SeqCount (int[], arr, int n) That counts sequences of the same type of length (n) in an array of ints that form a rising or falling sequences with difference of 1
|
| Tree ADT vs Database | 08 Apr 2006 19:15 GMT | 9 |
I have an application that currently works with two very large n-ary trees. A lot of time is spent doing depth-first searches on these trees. I'm thinking of moving away from using trees to using a database
|
| help me | 08 Apr 2006 17:30 GMT | 1 |
i have array loop like //got from database sys is got no. of checkbox from database. for(int rx=0;rx<sys;rx++) {
|
| help | 08 Apr 2006 12:12 GMT | 1 |
I have some code that does a little bit of compress in a console but i want to convert to a GUI. I am having trouble doing that. could some one look over this code and let me know where i am going wrong. CODE ::
|
| Threads and Gui | 08 Apr 2006 10:28 GMT | 1 |
How can I have the run method append to jTextArea1? /* * Chat.java *
|
| nonblocking sockets | 08 Apr 2006 09:46 GMT | 2 |
I have a client that is talking to a server. I want to use nonblocking sockets. The client connects fine, so long as the server is already up. But the client doesn't connect if the server isn't already up (of course). Assuming that the server isn't up, I want the client to wait
|
| help | 08 Apr 2006 06:33 GMT | 1 |
I have been using c++ for 3 years. but now i encounter java, I find many stubborn problems in C++ have been solved , such as storage management. So I want to use java., but i am not sure, Can you give me any advices. And i shoud use java to make a large project in now times
|
| java.lang.NoClassDefFoundError: MainWindow$1? | 08 Apr 2006 04:21 GMT | 3 |
i'm trying to compile a source package, which is needed for my graduation design. here is its url:http://gist.cs.berkeley.edu/libgist-2.0/libgist-2.0.tar.gz, now, i've almost reached the last step: make amdb with the utility
|
| cheapest way to join several XML into a single one ... (XSLT vs JDOM) | 08 Apr 2006 00:37 GMT | 3 |
I right now need to join several XML files sharing the same schema into a single consolidated one e.g. my_doc_1 <key1>
|
| Servlet | 08 Apr 2006 00:32 GMT | 1 |
When you create a servlet with the method doGet, the servlet runs at every request. Is it possible to create a servlet wich runs all the time and is doing things on the server on wich it is running (e.g. writing a logfile,
|
| JSF debugging / JSF newsgroup | 07 Apr 2006 21:52 GMT | 1 |
actually im looking for a JSF newsgroup. maybe someone here is able to answer my question: how do i debug jsf? or: how do i get the real root cause of an error, ie a bean or a jsp?
|
| Accessing WMI Service and Scanning Subnets via an Applet | 07 Apr 2006 21:45 GMT | 1 |
I am researching the possibility of creating an applet to perform the following task: 1. Scan a given subnet, display results in a collapsable "true" 2. Click on one of the systems found in the subnet scan and retrieve
|
| StringBuffer memory limit | 07 Apr 2006 21:29 GMT | 6 |
What is the limitation on the StringBuffer size and what memory model does it use (does it just use as much Java memory heap as it can)? Is it appropriate for large (up to a few Mb of data) strings or should I use a different object?
|
| Dialog Close Operations | 07 Apr 2006 20:53 GMT | 2 |
I have a problem with Java dialogs that I fear that there is no solution for, but I'm hopeful that there's a way to do it. Basically, I would like to call a method when a dialog window is closed (via the 'x' in the top right corner). As far as I can tell, the
|