| Thread | Last Post | Replies |
|
| to read mails fron inboxes | 18 Apr 2008 01:52 GMT | 3 |
hello friends well i would like to know is it possible to get the coding in html format for the mails which we are reading in our inboxes while opening it through java coding
|
| Tomcat 4 to 6 | 18 Apr 2008 00:01 GMT | 1 |
I have all my webapps in Tomcat 4.1.27. All of them were compiled using JDK 1.4. Now I need to move the Tomcat 4.1.27 webapps to Tomcat 6.0.16. Do I need to recompile all my Java class files using JDK 1.6 before I
|
| Select an area of an image... | 17 Apr 2008 22:08 GMT | 4 |
I am struggling to find an algorithm that will allow to select an area of an image, scale it to fir the size of the window and centre it. I can zoom in and out of an image where the entire zoomed image is centred and scaled.
|
| Swing components not reflecting new data | 17 Apr 2008 21:12 GMT | 3 |
Wondering if someone can help me figure out why this gui isn't updating the JTextFields. It displays the gui and a Timer reruns queries every 5 seconds and reassigns the text in the JTextFields to the new values from the queries. The problem is that it isn't updating
|
| writing output to textfile | 17 Apr 2008 19:13 GMT | 10 |
Hi.. I've been using java to print out 10 millions lines like "int double" (where int and double is numbers for example 1 and 1,932131293)
|
| problem getting a list element | 17 Apr 2008 18:55 GMT | 17 |
This is the problem: public class MemoryImpl implements Memory { private List<Object> memory; public MemoryImpl(int memorySize) {
|
| Socket IO Continued | 17 Apr 2008 18:09 GMT | 1 |
I have posted this a number of times but now I have realised that only files like c:\myFile.dat wont work however desktop files will. How come? ______________________________________________________
|
| Would you like to know how to create systems without code? | 17 Apr 2008 17:40 GMT | 13 |
Do you like to know how to program in java creating web applications without code? Ask me how!
|
| Broadcasting but not getting all the machine in the network | 17 Apr 2008 14:31 GMT | 10 |
here is the code that broadcast the message in Lan, we have around 50 to 60 machines in Lan, all i m looking for the ip address of up machine in lan the problem with following code that it not getting all machine ip
|
| java 6 SystemTray and Compiz | 17 Apr 2008 13:40 GMT | 2 |
is there any decent workarround or fix for the problem where SystemTray.issupported() returns false based only on the name of the windowmanager?
|
| A struts 2 label error | 17 Apr 2008 12:50 GMT | 1 |
Below is my JSP code. <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ taglib prefix="s" uri="/struts-tags" %> <html>
|
| Swing and path | 17 Apr 2008 12:41 GMT | 9 |
I have the following problem. I have been writing a Swing application. In this application in several places I use JFileChooser. I try to find a pattern or a good solution for remembering path to directory for each place, where the JFileChooser was used. In order to meet my
|
| java application act like a toolbar | 17 Apr 2008 07:45 GMT | 4 |
hey there, i have a severe problem with java :) i want my application act like a toolbar/taskbar in windows or better to say, i want to give my application two main features:
|
| How to put an external resource bundle file on the classpath in Struts? | 17 Apr 2008 02:08 GMT | 2 |
usually for internationalization I use the resource bundle properties and use the <bean:message> Struts tag for the different Locales. Normally this is internal to the web application (everything resides within the *.ear file).
|
| what are "import" statements exactly ? | 17 Apr 2008 01:49 GMT | 17 |
I am a scientist who occasionally programs also in java (self-learning on the Sun tutorials), and I'd like to know one thing about the "import" statement which I haven't found clearly explained around. Are import statements resolved at compile time (like C #include
|