| Thread | Last Post | Replies |
|
| Robust Applet Code | 21 Sep 2004 22:45 GMT | 1 |
I am using the below code to display an applet with in my browser, but it has a hard coded version string and needs to be changed when a different java version is installed on a client. If anyone has a more robust example it would be greatly appreciated.
|
| why does this not work (japplet + keylistener) | 21 Sep 2004 21:59 GMT | 1 |
why doesn't this type stuff on my console? Any clues are welcome <code> import java.awt.*;
|
| Quick question on StreamTokenizer | 21 Sep 2004 21:15 GMT | 4 |
How do I prevent StreamTokenizer from returning any TT_NUMBER items? Basically all I want is to have a steady stream of plain TT_WORD items, even if they're all digits. I tried wordChars('0', '9') but to no avail. Thanks in advance.
|
| Updating Swing Display Regulary in Background | 21 Sep 2004 16:26 GMT | 1 |
I think this would be setup with Thread, but I'm posting it with the idea that there might be a better way, or something I'm unaware of that might work better. I have a Swing app that creates a number of files in a directory and later
|
| JSP Help - Platform indepdent way to find a properties file from a bean? | 21 Sep 2004 14:37 GMT | 1 |
I am new to JSP and Beans. I am writing a JSP page using JavaBeans. I want to have a .props file, which contains properties for my application (like location of files, settings, whatever). My question is, where do I put my .props file and how can I get my
|
| How to set color of text font in JTree | 21 Sep 2004 14:07 GMT | 3 |
I can't seem to find anything on how to set the background color of the text in JTree. Help??? private JTree getJTree() {
|
| converting char[] to byte[] | 21 Sep 2004 12:14 GMT | 5 |
is iot possible? can you write part of that program?
|
| java.lang.OutOfMemoryError | 21 Sep 2004 09:45 GMT | 8 |
Help!!! I create two threads. wysylka w1 = new wysylka(); new Thread(w1).start();
|
| Coud not find main class | 21 Sep 2004 06:01 GMT | 1 |
I am a NON programmer (DUH!!!). Suddenly I cannot run JAVA- Virtual machine is Gonesky! Cant play any games and I am so sad. Tried to download java from SUN but even though it installs I get the message "Could not find the main class. Program will now exit. What is causing this? ...
|
| Cancel Function for Ongoing Process Question | 21 Sep 2004 04:26 GMT | 1 |
I have an application that downloads a series of items from a web site - with J2SE. I want to implement a cancel function. I'm gathering this means I need to use threads in order to interupt the download - is this correct or am I complicating this?
|
| Processing Swing Commands BEFORE Other Commands | 20 Sep 2004 22:32 GMT | 8 |
I'm having a problem and the "regular" way to solve it doesn't work for this situation, so please don't suggest to use Thread (unless there's a way to create a thread as an inner class AND to pass it variables and objects easily without finalizing them).
|
| attempting to assign weaker access privileges | 20 Sep 2004 22:17 GMT | 2 |
This error normally occurs when a subclass overrides a method but doesnt preserves the original access type like public. However I am not able to understand what is the meaning of this error especially what it means when it says *weaker*.
|
| rs.setFetchSize(1024); | 20 Sep 2004 21:41 GMT | 1 |
When rs.setFetchSize(); should be used? Is it correct to use it after executing query? For example: ResultSet rs= db.query(.....) ......
|
| Problem with lack of pass-by-result | 20 Sep 2004 20:35 GMT | 10 |
Java newbie. As a Java newbie, I'm charged with learning the language by maintaining a pretty good-sized pile of code. The conceptual problem I'm having is with the C convention of using
|
| xrpcc tool | 20 Sep 2004 16:04 GMT | 1 |
I've been looking for the xrpcc tool for generating the wsdl file, but I couldn't find it anywhere. Could anyone give me the link or maybe I'm missing something here and it's part of JAX-RPC?
|