


At compile time I get lots of annoying "count = 0, total = 24" messages. They don't seem to have any effect on the program I'm compiling, but they bug me. Any idea what's causing this?"There's nothing more dangerous than a resourceful idiot." --Dilbert...
The code below places buttons in a JTable's cells. However in my table the buttons do not function -- they are more like graphics placed in the cells.There must be a conflict with some other code in my table.What should I look for? What sorts of code would cause such conflicts? Many thanks in a...
I recomplie apache (1.3.20) with"--enable-module=most --disable-module=auth_dbm --enable-shared=max",and compile mod_jk (Tomcat 3.2.2) on Solaris (jdk 1.2):"apxs -o mod_jk.so -DSOLARIS -I../jk -I/$JAVA_HOME/include -I$JAVA_HOME/include/solaris -c *.c ../jk/*c",continue "cp mod_jk.so to apache/libexe...
I do have the following:I have an html file that launches an applet.The applet communicates with a servlet.The servlet is the one to be used to send emails.Is there a way I can have a "Microsoft Outlook dialog" topop up so that I can send mail.Does anyone have some sample code?...
I am working on a application on a sun server, and this server doesn't support the Windows LookAndFeel.I am wondering if anyone out there knows a good tutorial that can show me how to create my own LookAndFeel that will (somewhat) mimic Windows?...
Hy, I have implemented a drag n drop operation where usercan insert Buttons on a Panel for drawing flowchart.I haveset Layout to be NULL so that each time a user adds a button,the latter is added to a specific place on the panel, but the problem is that when too many buttons are added on the panelth...
I am looking into extending AWT to do the following. From my Java source, I want to call a native method that would create a Windows taskbar frame. In that frame, I would have Swing controls. I wish to create a native Windows frame (instead of the regular AWT or Swing frame) since I want the frame t...
I saw a post on another forum and thought I'd give it a try myself.Basically I have created a class that extends a JButton and I have placed that in a frame. I also introduced public void paint(Graphics g) to draw something other than the default with a JButton. However, when you click this new...
HelloI have a question. At the moment I use XPath to read some values from an XML-Document and now I wonder, if it exists something (perhaps with XPath) for writing values at the correct place of an XML-Document. It shoud be able to find out, if it has also to add the elements or only the attribute...
I am new in java programming. Could anyone help me in creating the excel file using java without automating the Excel Application....
In creating applet in netbeans, the code to create object in GUI is automatically generated. If i want to create an object by coding. .where can i do it since initComponent() is not allowed to edit.Thank you...
Hi Everyone,I have been searching for several days of how to create portlets. However, till now I still receive nothing at all. I am totally a newbie of Portlets. If you have experieced, please do a favour for me to walk me how to create a portlet in detail.The more detailed you walk me to create a...
How to create a new directory using Java if given a directory name? Please give me a few lines of code. Thanks...
I need to create a file at a remote system by specifying the ip address of that system.say FieOutputStream("ipaddress/xyx.txt")when i tried it , I am getting FileNotFound Exception...
Can anybody point me to source code that constructs a JTree from data in an input file?I know this was one of those recursion exercises I did in a computer science class25 years ago, but I didn't save my homework!Dolly SamsonOgden, Utah...
