| Thread | Last Post | Replies |
|
| Dynamic Array of vectors | 29 Sep 2006 19:43 GMT | 7 |
How can I implement a one dimentional array,s.t. each cell of array is a vector. e.g. a-> 1 2 3
|
| Positive and Negative integer counter | 29 Sep 2006 14:49 GMT | 3 |
I am working on a program that needs to read an unspecified number of integers and determine how many positive and negative values there are. Also, the program needs to end when the input is 0 (zero). Here is the code I have which is causing me problems!!! I would greatly appreciate
|
| Convert html form to XML form | 29 Sep 2006 14:09 GMT | 1 |
Is it posible to convert html form to a xml form ? I create a html form wiith javascript functions and css to display and hide different sections. I need the same form in xml format. How can I do this ? I read some
|
| whats is PCDATA ? | 29 Sep 2006 14:04 GMT | 5 |
i have a DTD file <?xml encoding="UTF-8"?> <!ELEMENT organization (organizationinfo*)> <!ELEMENT stockinfo (name, address,services)>
|
| Jaxb - XML scheme validation and External API classes.. | 29 Sep 2006 13:58 GMT | 2 |
I have my own XML scheme, (namely, MyScheme.xsd), where various simpleTypes and complexTypes are listed. I want to arrange my scheme with the insertion of a element of type "identifier", that is a class returned by an external API.
|
| Is it possible to register non-Java objects with the RMI Registry? | 29 Sep 2006 13:23 GMT | 1 |
I have read that RMI Registry is a name server wherein Java Objects can be registered. I have a query.. Is it possible to register non-Java objects with the RMI Registry?
|
| Eclipse : change the eclipse user-agent for updates | 29 Sep 2006 13:04 GMT | 1 |
I program with eclipse and i wish to do callisto updates, but connecting to the internet from my enterprise is restricted to some user-agent. I tried to add "-Dhttp.agent=TEST_Agent" in eclipse.ini file, but as a
|
| whats is PCDATA ? | 29 Sep 2006 12:24 GMT | 9 |
i have a DTD file <?xml encoding="UTF-8"?> <!ELEMENT organization (organizationinfo*)> <!ELEMENT stockinfo (name, address,services)>
|
| how to make the JTable.editCellAt(row,col) work | 29 Sep 2006 10:28 GMT | 1 |
hi,all I'd to start editing the cell at row and column programatically, the method JTable.editCellAt(row,col) is for that, but there is something wrong in my code ,I think,
|
| GUI | 29 Sep 2006 10:19 GMT | 3 |
科大computer science垃圾 係香港一間IT公司,叫Advanced Telesoft, 有個ap叫Dan, 呢條友好唔掂, 新員工入到黎唔夠一個月, 就係高層面前話佢"好似乜都識, 實情乜都唔識".
|
| Combobox how to disable edit but allow select | 29 Sep 2006 08:54 GMT | 13 |
after setEditable(false) in a JComboBox, it can't allow to select a item (display blank). I'm wondering, how to disable the edit but with select function enable? --
|
| interface design | 29 Sep 2006 08:13 GMT | 2 |
Does anyone know of a nice GUI interface designer for doing Java applets and/or applications that's sort of similar to what MS Visual Studio has for "drawing" GUI apps? I don't care if it's free or commercial and I don't care if easy interface design is the only
|
| how to run a command using java | 29 Sep 2006 07:35 GMT | 1 |
Dear, Pls help me to run a command (dos or unix) (batch file) i know as dos is 8 bit we cannot run dos what about unix thank u
|
| JNI, callbacks and remembering the global reference | 29 Sep 2006 07:07 GMT | 1 |
Is there an easier way to do this? I am writing a library layer of code that uses JNI to call down into a library implemented in C. The C library includes a callback mechanism including both register and
|
| Testing Java classes | 29 Sep 2006 06:48 GMT | 3 |
Some may remember that I've asked about error checking not long ago. As a follow up I have a question regarding testing. Let the class UserClass contain the variable int userVariable such that a user enters the value of userVariable and it is checked to be valid before the class
|