| Thread | Last Post | Replies |
|
| Problmes with StringTokenizer | 14 Jan 2005 03:30 GMT | 8 |
Lets assume that I have read a file from a text containing some tokens ("line"). Then I would like to return a String Z which consists of these tokens as long as their combined length don't exceed approx. 20.
|
| javax.imageio package dies reading PNG file | 14 Jan 2005 00:02 GMT | 1 |
I am unable to get PNG reading to work using the javax.imageio.ImageIO package. I'm using PNG because ImageIO doesn't have a GIF writer (I need to both read and write) and the JPEG writer blurs my pictures in very ugly ways.
|
| External packages | 13 Jan 2005 20:54 GMT | 4 |
I got several source code Java files to compile... They import both standard java class libraries as "java.awt... etc" but also another private ones (included as external class files). When I try to compile with javac, it gives a lot of error because it cannot import the "special" ...
|
| "throws" or "try" statements?? | 13 Jan 2005 19:38 GMT | 1 |
I have mad a I/O program containing som methods that might throw IOException. First time I made these methods I used "try/catch" staments to catch and handle these exception. But now I just tried to write "throws IOException" in the header line in
|
| Comment behaviour | 13 Jan 2005 18:15 GMT | 3 |
I had some code in a .jsp file commented out using C++ style comments within a <SCRIPT language="javascript"> block: // startInit(); //<% if (config.debug.equals("1")) { %>
|
| Need Systerm Property user.timezone to be manipulated | 13 Jan 2005 13:11 GMT | 1 |
A jdk installation on my machine has picked up the time zone Asia/Rangoon My time zone is actually Asia/ Calcutta Apparently, j2sdk1.4.2_05 does not even support Asia/Rangoon- MMT that
|
| Almost there! | 13 Jan 2005 13:08 GMT | 1 |
I have had a lot of trouble with this I/O program (read text from a file and writes the text to another where each line must not exceed 80 chars). I have finally found a way to print the first sentence right, but can't seem to get the rest of the text from the file after the first ...
|
| How to cut strings? | 13 Jan 2005 12:41 GMT | 10 |
In a program that I have made I read a string from a file (it can be of any size). Now I would like to write this string to another file, each line must not exceed 10 chars: String from file: "ddd dddddPdddddd ffZf fff"
|
| How to download jre where load a applet? | 13 Jan 2005 09:11 GMT | 2 |
How to download jre where load a applet? code like : ---------------------------------- <body>
|
| showStatus() doesn't work on Netscape and Mozilla | 13 Jan 2005 07:51 GMT | 1 |
Hi all... I wrote an applet that shows mouse position using showStatus(). It works well on IE but on Netscape and mozilla it fails. I know that it's running because that is another command that i use to
|
| How to convert Number -> INT | 13 Jan 2005 01:30 GMT | 2 |
How can i convert Number to Int Thanks for answer P.S. I need convert number from spinner to int;
|
| What is JDK 1.5 | 12 Jan 2005 23:41 GMT | 5 |
I am a newbie Last month I downloaded j2sdk-1_4_2_05-windows. I now hear that there is a JDK 1.5 What does that mean
|
| Can't find method! | 12 Jan 2005 22:49 GMT | 2 |
My PrettyController class gives an error message when I send the method "close" to pp (which is an instantiation from class PrettyPrint). But I have this method in my PrettyPrint class so why does it not work? import javax.swing.*;
|
| Far far away plugin to make eclipse 3 compaible with Java 1.5 | 12 Jan 2005 12:25 GMT | 3 |
Sorry to talk abour Eclipse on this Java forum but I'm looking for a way to run Eclipse 3.1 with Java 1.5. I'm sure I read a thread where there was a link to this magic plugin. I scanned all threads since november 2004 and could not find it.
|
| Problems with Exceptions in IO | 12 Jan 2005 10:55 GMT | 3 |
I am trying to make a program that is cable of reading and writing to a payroll file that has the following format: Fred Mertz|31|20.25 Lucy Ricardo|42|24.50
|