| Thread | Last Post | Replies |
|
| mail to programmersinjava@googlegroups.com | 23 Mar 2007 03:44 GMT | 4 |
mail to programmersinjava@googlegroups.com
|
| Add a Hyperlink to a File | 23 Mar 2007 03:38 GMT | 4 |
Hi everyone : ) I want to create an interactive CD for a text database with Java, the text files are in pdf format and I was wondering.. Is it possible to create a hyperlink so that when the user clicks the link the pdf
|
| setUndecorated() isDisplayable() and Parent Frames | 22 Mar 2007 23:48 GMT | 2 |
Below is the question I was about to post before it occured to me that I was just making another schoolboy error and attempting to change the parent frame instead of the frame for my new dialog box. OK, that problem is fixed, but can someone tell me if the parent frame for
|
| How to process 1000 request using Thread | 22 Mar 2007 23:07 GMT | 3 |
I have one problem. What is the optimal approach for handling 1000 request by using thread.there are 2 scenario. 1 create 1000 thread and execute the program 2. create 10 thread and pool 1000 requests by some scheduling algorithm.
|
| ant javac exclude not working for directories | 22 Mar 2007 22:34 GMT | 1 |
I can't seem to figure out what I am doing wrong. The following is my javac task: <javac srcdir="${root}" destdir="${classes}"
|
| c:if test with dynamic variable | 22 Mar 2007 22:30 GMT | 1 |
Hi Guyz, I have a set of variable that I am generating. For example xyz_1, xyz_2, xyz_3 and I want to test if these variable are passed as param how would i write a c:if statement such that it changes the variable
|
| how to standardize addresses | 22 Mar 2007 20:21 GMT | 3 |
I am looking at standardizing addresses in an Oracle database. I think the best way to do this is going to be a java utility. Before I go and do a whole bunch. Does anyone know of any code that has already been writen to do such a task? Either in java or PL/SQL.
|
| refactoring out static classes | 22 Mar 2007 20:10 GMT | 2 |
Some months ago, I read about a utility that factors out static classes, making them be instantiated. Has anyone heard of this utulity (because now I cannot remember it), what it is called? Thanks
|
| Graphics g = null | 22 Mar 2007 19:41 GMT | 4 |
Hello to All Could someone tell me why Graphics g = getGraphics(); would equal zero
|
| what are the alternatives for Apache Axis | 22 Mar 2007 19:35 GMT | 4 |
Want some suggestion from you guys. I am using web services to upload data to server, this data is send after some event(clients not necessarily java clients). Is there some better approach to do that.
|
| keyword super | 22 Mar 2007 19:05 GMT | 3 |
If I have a method in my subclass returning a String and I make>>>>> return super why does not the compiler call toString() method ? is it not equal to keyword "this"?
|
| Strange GUI freezing TrayIcon + PopupMenu, please help | 22 Mar 2007 17:59 GMT | 3 |
Can anybody help me ? I wrote very simple program demostrating some GUI activities (changing JPanel background color and tray icon). The problem is that my program freez when I popup tray icon menu (right click) ! :(
|
| JAVA applet probelems | 22 Mar 2007 16:24 GMT | 4 |
I have a old JDK installed 1.1.8 purposly to compile a applet below: C:\javapdf\>javac -verbose -classpath C:\jdk1.1.8\lib\classes SampleReader.java [parsed SampleReader.java in 194 ms]
|
| Problem in configuring SSL in Tomcat5.5 | 22 Mar 2007 16:18 GMT | 3 |
I have Tomcat5.5 and J2sdk5 installed on my system. I wanted turn on SSL services in tomcat. I went through the Tomcat Documentation and did it exactly. I modified server.xml as below, <!-- Define a SSL HTTP/1.1 Connector on port 8443 -->
|
| Open Document Format / Rich Text Format Editor in Java | 22 Mar 2007 14:55 GMT | 4 |
I'm looking for a java class or a set of java classes with which I can display ( and edit ) a ODF-Document (or a RTF-Document). One requirement is that it is possible to display different fonts, text size, text color, text-decoration, images, tables with or without
|