| Thread | Last Post | Replies |
|
| JRE installation woes | 10 Aug 2006 16:15 GMT | 1 |
I have installed the latest version of Sun's JRE on my Windows XP Pro PC. However, its "performance" is somewhere between abysmally slow and not at all. If I e.g. open the Java Control Panel module and click on one of the tabs, it takes over two minutes for that tab to display - ...
|
| merging images | 10 Aug 2006 07:37 GMT | 9 |
hi can any body sugest me that how can we meerge two images and display the result as a single image..although i know that mediatracker , graphics class are to be used but how to integerate them together
|
| what is a "Locale" | 09 Aug 2006 22:05 GMT | 3 |
I was running PMD on my java project when I ran in to the following message: When doing a String.toLowerCase call, use Locale for this code:
|
| Applet Not Showing, Browser Alright! | 09 Aug 2006 18:29 GMT | 1 |
I have been coding, compiling and running my applications since I downloaded the JDK. However, I wrote my first Applet today, run it, but when I attempted to view it in my browser (IE6 and Firefox 1.5.0.6), but it didn't show. But when I rightclicked the applet
|
| Problem using exec() from Java servlet | 09 Aug 2006 18:14 GMT | 3 |
I have been struggling with a problem for the past couple of days, and am looking for any help that can be offered. I have a servlet that I need to access a file in my companies version manager software. The tomcat server is running on my machine, but when
|
| need help on installing a jar file for maven | 09 Aug 2006 10:31 GMT | 3 |
im new to installing jar files etc... need a help on java. i have a jar file and i need to use maven to install it. that jar file came with a help file To run and test the DemoApp example:
|
| java.security.manager ClassLoader.findResource unknown policy problem | 09 Aug 2006 08:16 GMT | 1 |
Without a security manager when I call Class.getResourceAsStream(RESOURCE) the findResource call from the getResource method of ClassLoader returns the correct url of the resource. However, when the default security manager is in operation
|
| loading an image | 09 Aug 2006 07:21 GMT | 5 |
hi i have done this coding in order to do image loading and then get its height and width but it is showin an error that unable to load image could you plz check it and let me know where i m going wrong..
|
| jni mouse hook | 08 Aug 2006 20:33 GMT | 2 |
I need from java/swing to grab the text at mouse position ( windows xp ) anyone with some jni/C/C++ hack I could start up with regards patrick
|
| Rotating a JTextPane has minor problem | 08 Aug 2006 19:48 GMT | 1 |
Here's my code. When you run it it appears that the TextPane is missing, but when you hit the rotate button it flashes up briefly, in the rotated location, but clipped oddly. Anybody have any ideas what I'm doing wrong?
|
| garbage collection | 08 Aug 2006 17:40 GMT | 2 |
I am studying for my SCJP and I have a question that I am unsure off. "When will the string object created intially as arg1 be garbage collected? package com.tnt.august.eighth;
|
| What is CRUD? | 08 Aug 2006 15:23 GMT | 6 |
What is CRUD? Read at http://lkamal.blogspot.com/
|
| Downloading the "Right" JDK, Assist Please! | 08 Aug 2006 14:42 GMT | 5 |
I thank all for the assistance am having since last week, and its unfortunate though, that I could not still download the "right" platform for my learning. I followed the follwing link but could not figure out the "proper" platform for my use, as a newbie. Could
|
| Transformation not working properly for ISO-8859-1 but for UTF-8 | 08 Aug 2006 09:50 GMT | 2 |
I have a problem when transforming text containing the swedish letters "å", "ä" and "ö". If I do Transformer t =TransformerFactory.newInstance().newTransformer(); t.setOutputProperty( OutputKeys.METHOD, "xml");
|
| getting img dimensions.. | 08 Aug 2006 07:52 GMT | 5 |
can you do with java what you can do with PHP as described here? http://us2.php.net/manual/en/function.getimagesize.php namely, get image-dimensions.. is there a way to do this w/Java ON THE SERVER, not in an applet or swing app..
|