| Thread | Last Post | Replies |
|
| right place for questions about .jsp page errors? | 08 Sep 2005 22:28 GMT | 3 |
Hunting for [anyone] that can help me with some errors on jsp web pages. (this is for a site running via tomcat + database)
|
| System.currentTimeMillis gives wrong time | 08 Sep 2005 21:25 GMT | 15 |
In my program I have a System.currentTimeMillis() in a loop. Every couple second I print out current time returned by this function on the screen. I returns correct time but after running for about an hour it starts
|
| Accessing underlying bytes in a Audio Clip | 08 Sep 2005 19:37 GMT | 1 |
Dear Sirs... i'm trying to access the unredlaying bytes (or frames) in a Clip object. How can i do that? I may open the clip from a served byte array, but so i have to double the
|
| Free Java Look and Feel Jar Files | 08 Sep 2005 18:58 GMT | 18 |
Please provide links for some fancy looking Java Look and Feel which is FREE also. -Sameer
|
| Scrollbar to bottom of textarea | 08 Sep 2005 18:46 GMT | 1 |
I have a JTextArea attached to a JScrollPane. If I keep appending text to the textarea, is there a simple way to move the scrollbar down so the last line of text is displayed (instead of the first line)? Thanks.
|
| URL whois | 08 Sep 2005 17:49 GMT | 2 |
I want to know if I can using java, dynamically know about the whois information of any server... I mean can I find out whois information about a website on the run using any programming language(pref java)... ?
|
| Help me in basic java design........... | 08 Sep 2005 17:46 GMT | 4 |
I am a newbie in using networking in java. I have a website, i am trying to alter the website contents through java programming. for example:
|
| The program krasch when I have extends Frame | 08 Sep 2005 16:51 GMT | 1 |
Hello experts! As this program is now it's works perfectly when running as a application or as an Applet. Now to my question if I just change this row "public class Converter extends
|
| serial port reading | 08 Sep 2005 16:02 GMT | 4 |
Hi, my friends, I am working on a device connecting to the serial port. I need to read data from the device. I used the SimpleRead.java from SUN's website. http://java.sun.com/developer/releases/javacomm/SimpleRead.java
|
| Struts, ActionMessages and locale | 08 Sep 2005 15:42 GMT | 1 |
Hi, here is my problem. I got this: <logic:messagesPresent message="true"> <html:messages id="error" message="true">
|
| seeing if a site is up | 08 Sep 2005 15:37 GMT | 45 |
Hello. I need to use java to check if a server is up and i am trying to do it with sockets but i understand there are security issues. The aim is this. There is a members only site that sometimes goes down for mainetenence This applet needs to contact this site to get a response, ...
|
| Java rendering problems when antialiasing is enabled | 08 Sep 2005 13:59 GMT | 8 |
I've written a Java app which uses Swing to display images and text. The app consists of a JFrame which contains a JPanel-derived class. In the paint() method of the JPanel-derived class, I call Graphics.drawImage() to render an image file previously loaded with
|
| Which line number a Node is from | 08 Sep 2005 13:35 GMT | 17 |
My Java application uses XML files. These files are parsed using DOM. The XML files are usually written by developpers, and may contain errors. In such case, I would like to tell at what line the error is. The problem is that DOM does not allow this: An org.w3c.dom.Node object
|
| huge recursive and memory leaking? | 08 Sep 2005 12:39 GMT | 5 |
I have a program which loads the whole file system and write to the corresponding database tables. I'm using a recursive to traverse the file system and do the database mapping. but very time, the program stopped randomly without exception returned. I wonder is that because
|
| Is it possiable? Create object via parameter? | 08 Sep 2005 09:40 GMT | 14 |
Can you do something like? public void createObject(Class type, String name){ type name = new type(); // or
|