Maybe I didn't state what I needed clearly. I just want to know if someone can point me to a tutorial or something. I don't expect anyone to write code for me.
I looked on Google but couldnt find a solution to multiselect DnD.
Hi,
I have a Panel with a JTree. I need to be able to do the following -
1. Multiselect nodes or leaves. However these nodes / leaves must be of the same type only.
2. User should be allowed to drag and drop all selected nodes / leaves. Through certain rules, I will control where these nodes /...
Hi,
Is it possible to implement a drag and drop between 2 JTrees. I am creating a UI where users should be allowed to drag an item from one JTree and drop it into another JTree. Both JTrees are in the same frame, but on different JPanels. Can someone please tell me how to achieve this?
Thanks...
Hi,
I have a string like "01-Feb-2004". I need to get it into a 2004-02-01 format so that I can insert into a MYSQL db.
I tried using the SimpleDateFormat, but I get an error saying - Unparseable format.
This is my code-
String todate=request.getParameter("todate");
SimpleDateFormat df = new...
Hi,
Could you please send me a complete check list that one would look for in a PoS system, in terms of functionality, technology, features etc, irrespective of which industry/busines line that the PoS will be used in.
If reply is in the form of spreadsheets etc, please send to...
Hi Jianbo,
In case you see this post. Did you ever find a solution to your "Apache.exe error"
"The instruction at '0x6f68fbe' reference memory at '0x000004'. The memory couldn't be read".
I'm facing the same problem, so if you do have any solution please let me know.
Thanks,
Advait
Hi,
I have JBoss 3.2.3 and Apache 2.0.54 running on a Windows 2K box. I do not want to integrate the 2 or anything. However, there seems to be some kind of conflict going on between JBoss and Apache. Sometime JBoss dies, and sometimes Apache does. I also see the following error in my event...
Hi,
Does anybody know of a tool that will help me design the UI for a rich client application. Also, is there a way of giving the application a Mac Aqua look?
Regards,
Advait
Hi,
Does anybody know of a tool that will help me design the UI for a rich client application. Also, is there a way of giving the application a Mac Aqua look?
Regards,
Advait
Hi,
I am using java 1.4.2_06, hibernate and struts, on Windows XP. The application runs fine on my machine. However, when I tried to move the code and the app to another Windows XP machine, I get the following error. javax.servlet.ServletException: No getter method for property programForms of...
Hi,
I have been developing an app using hibernate, and struts, using an Oracle db. I have successfully been able to get my app done using a text editor and running the app in a stand alone Tomcat 4.1.30
Now, I have been giving the task of moving this app to Netbeans, so that other developers...
I tried parsing the text file and put it ino the database. However the output from a netstat command to a file is not formatted and so I was facing errors. Any ida how to format the output.
Regards
Hi,
I am new to PHP. I have the following code, which executes a command line netstat command and removes the headers and replaces white spaces with commas -
<?php
exec('netstat -n', $sts); //Runs the Netstat Command
unset ($sts[0]); //Removes the first line (Headings)
unset ($sts[1]); //Removes...
Hi,
Can somebody please give me source code for writing the results of a netstat command, to a database using VB6.
I am having problems as the output of netstat from the command line is not properly formatted.
Thanks and best regards,
Advait
My whole problem started cause I have a Perl app running on IIS 5.0. Had to move this app from IIS 5.0 to Apache 1.3 cause DLLHost.exe was eating up all the memory.
When I run my perl app, I am just getting the source code displayed on my browser. But if I run the same thing on command line, I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.