| Thread | Last Post | Replies |
|
| applets | 19 Sep 2007 04:32 GMT | 3 |
Loading a webpage with an applet causes this error on some PC's: "Several Java Virtual Machines running in the same process caused an error". Its a bug Sun have not solved yet. My question is: how common is this problem? Is it only a small percentage of
|
| [Eclipse] How to fix indentations. | 18 Sep 2007 13:58 GMT | 9 |
I would like to post an SSCCE here for review. However, Eclipse tends to make the code rather ugly and impossible to cut and paste into an ide or text editor for compiling. I would like to know how to fix my Eclipse installation so that it does proper indentation. I seem to
|
| Windows shutdown is not clean? | 18 Sep 2007 11:51 GMT | 3 |
I have written an application that is an XMPP client, using IgniteRealtimes smack API (3.0.4) and Java 1.6.0_02 To prevent several executions of the application, I create a lock file: public class Op3MI {
|
| suitable representation of data in OO programs. | 18 Sep 2007 10:40 GMT | 10 |
I have a question I would like some feedback on: My basic problem here is that I need to create a configuration module, that can parse both a configuration file and a configuration web page. The input from the file can be a string or a stream but the input from a
|
| Help with converting integer into their base numbers | 16 Sep 2007 04:10 GMT | 4 |
I'm trying to write a program that get user input for integers x and y. The program will print value of x in base y. Any ideas on how i should do it? Appreciate lots if u guys can take some time to help me with it.
|
| "personal" to Newbies | 16 Sep 2007 00:36 GMT | 8 |
When I started posting about Java in the days of Java 1.0, I was told in no uncertain terms I had no business being in the newsgroup until I knew everything there was to know in the JLS, search engines and text books of the day. When people found errors or disagreed with my
|
| laoding Images | 14 Sep 2007 22:05 GMT | 4 |
I am having some real problems loading images in my application. I am trying to load an imange into an application so i can implement an algorithm i have writen, but when i load the image and then request the size of it i get -1, which would indicate the image has loaded
|
| Q: onSubmit and FORM validation. : First Post | 14 Sep 2007 20:46 GMT | 4 |
Can someone please tell me why my onSubmit form validation works in one case below and not the next? Cheers Darryl Pike
|
| Can some one help | 14 Sep 2007 02:34 GMT | 4 |
I need a simple drive to use with class. Can some one help.
|
| Float loosing it's zeros? | 13 Sep 2007 20:29 GMT | 8 |
Okay, so I'm using a JFormattedTextField with a DecimalFormatter to make sure only valid data gets in there. The value is of the class Float. However, when the user enters something like: 42.06
|
| Read data | 13 Sep 2007 13:18 GMT | 7 |
Someone can show me how read more than one line from keyboard ? Many thanks.
|
| witness the classloader loading classes | 13 Sep 2007 04:35 GMT | 7 |
Is it possible to see the order in which classes are loaded by the class loader? If so, what kind of class structure would I need to determine if the class loader is behaving in a PARENT_FIRST or PARENT_LAST mode?
|
| release memory on null vector | 12 Sep 2007 02:31 GMT | 1 |
For some reason I need to set vector to null one by one such as v.setElementAt(null,20), v.setElementAt(null,21), v.setElementAt(null, 22) and so on. the above code it only set the element to null but it does not free
|
| open FileWriter in main function and pass in as parameter | 11 Sep 2007 12:40 GMT | 4 |
I open a file by using FileWriter in main() function, the code as below. I want to pass the outputStream as parameter as foo(str,outputStream). Please help. try {
|
| Java 6/Swing bold font problem on Windows? | 10 Sep 2007 21:55 GMT | 13 |
I just upgraded from JDK/JRE 1.5.10 to Java 6 update 2 (or 1.6.0_02, I don't know what the cool thing to call it is). I mostly use Java only for Eclipse, so I didn't notice any problems at first, since Eclipse uses SWT.
|