| Thread | Last Post | Replies |
|
| good Java web blog | 05 May 2005 17:52 GMT | 1 |
I want to sign up for Java web blog, any good suggestions? thanks
|
| Current path | 05 May 2005 14:53 GMT | 5 |
How can I obtain current path of the main class (or JAR file) ? Perhaps by using args from the 'main' function or there is some ENVIRONMENT set by jvm ? thx
|
| failing to match strings with ResultSet.getString(int) | 05 May 2005 14:09 GMT | 3 |
Hello all, i am trying to compare two exact strings and seem to be failing at it, and just wondering what i am doing wrong. basically i have a postgresql table: foo(t1, t2); both t1 and t2 are of type char(20).
|
| Why make a field protected when it is not encouraged to access it directly? | 05 May 2005 13:59 GMT | 3 |
Viewing the source code for JComboBox I see multiple documentation of the such : /** * This protected field is implementation specific. Do not access
|
| Adding Threads to a Sequential Program help! | 05 May 2005 11:57 GMT | 5 |
A basic thread question that i can't seem to find an answer to in the faqs: The question is how to run a METHOD as a thread... situation is below: I've written a MonteCarlo simulation program in Java (with minimal use
|
| Setting background colour of JFrame | 05 May 2005 11:48 GMT | 1 |
I can't seem to set the background colour of a JFrame. When the Frame is loaded then I see the correct colour for a split second but then it's gone. Here is the very simple sample code, any help much appreciated: import javax.swing.*;
|
| port detecter? | 05 May 2005 09:37 GMT | 1 |
My office computer is in a sub-net, and my home computer have a real IP. I want to write a java programmer to detect which port is blocked/un-block within the sub-net. How can i open a socket that specify the port? not the destination
|
| Please please please help this guy with his open source java app | 05 May 2005 09:25 GMT | 4 |
I don't know him, I don't have any connection with him, I only found out about it on searching sourceforge for the term "spreadsheet", but it looks intriguing like hell. http://matrex.sourceforge.net/
|
| INCREDIBLE - NTEventLogAppender.setSource DOESN'T work!! | 05 May 2005 07:32 GMT | 4 |
I'm using the class NTEventLogAppender in log4j distribution. My code is simple: NTEventLogAppender eventLogAppender = new NTEventLogAppender(); eventLogAppender.setSource("ASDF"); // <-- I CHANGE THE SOURCE
|
| Which book is better, Core Java or Thinking in Java? | 05 May 2005 03:49 GMT | 8 |
Or is there something better for someone who is a beginner to Java? Is one of these two books better for learning Swing? Overall which is better for all the important topics? I've been using the downloaded version of Thinking in Java as a reference while reading
|
| Drawing a screen with Java... | 05 May 2005 01:15 GMT | 1 |
Hei! I´m makin a Invaders game to my homepage and i hav drouble with updatin the screen... What kind a technique is the best for my game and
|
| JTextArea/text component question | 04 May 2005 23:55 GMT | 2 |
Thanks, I'm using a JTextArea to store data read from a file and I need to implement a search->find feature that highlights the text found in the JTextArea.
|
| Tree abstract data type without SWING paraphernalia? | 04 May 2005 21:00 GMT | 3 |
I want to use a tree ADT (preferably a red black tree) would rather not have to "roll my own" - but I don't want to import the SWING stuff, I'm writing a session bean and I don't need the GUI stuff - any ideas? Thanks
|
| BCEL and IfThenElse construct | 04 May 2005 20:01 GMT | 1 |
I have some piece of code which I want to convert to Java using the BCEL. Methodcalls etc work fine but now I am stuck with the "if then else" structure. Can someone please post an example for something simple like:
|
| drag and drop javascript asp/php variable exchange | 04 May 2005 19:30 GMT | 1 |
I'm looking for a way to drag and trop text onto a picture and save the position it needs to be in a way that i can access the saved positions in asp. so the best way is if i can get it into a database or txt file.
|