| Thread | Last Post | Replies |
|
| Passing Arrays | 25 Mar 2004 12:22 GMT | 3 |
I am trying to simply pass an array to a class. It is defined : Socket ConnArray [] = new Socket[20]; Added to,
|
| java program with JNI native library | 25 Mar 2004 09:17 GMT | 3 |
I have a test java program under linux which crashes on the ending. I am running out of ideas for the debugging. First all the println()'s in the code do their output. (even that on the last line)
|
| Graphics and application | 25 Mar 2004 06:46 GMT | 6 |
Hey, I'm a Java newbie and I've got a problem. When I write an applet, I can use the Graphics object to draw pictures on it etc. But I can use it only because that object is passed to the paint() method.
|
| how can I show some text or image during loading the applet | 25 Mar 2004 05:32 GMT | 4 |
Dears all, Hi all, so long to post question, here is a problem now I am facing, my applet ( draw some picture or map ) really need to load for quite long time, ( cause it need much
|
| Layout/button help | 24 Mar 2004 20:49 GMT | 2 |
I am trying to display a "row" of information relating to bank account details. I am using the java.awt package to do this. I am used to displaying such information in e.g. MS Access, but never Java. Each bank account row represents a single BankAccount object and there are
|
| Calendar Class | 24 Mar 2004 20:24 GMT | 4 |
This is probably a RTFM style answer but I've tried for hours with no success to answer this really simple question. What kind of argument/format (aside from a value of type long ) do you pass to the setTime method in the Calendar class?
|
| about a regex | 24 Mar 2004 20:11 GMT | 3 |
i'm trying to use a regex, to know if a string str is numberlike: if(str.matches("-?\\d+.?\\d*")){ blabla }
|
| terxtarea mouse event | 24 Mar 2004 19:04 GMT | 1 |
I want to write some dynamic output in textcontainer and then depending on the line of text that user clickes i want to write something else in another textarea. How can i track mose event on textarea in Java,or is there a better
|
| reversing strings from a textfile by using reverse() | 23 Mar 2004 19:30 GMT | 3 |
Thanks for helping me with this problem. Now I'll try to read a whole textfile (see test.txt). My goal is to read the textfile and print out the whole textfile in reverse order
|
| Newbie Question | 23 Mar 2004 17:18 GMT | 8 |
I trying to initialize an Array with int's and want to print the output as tha Array is filled but I'm getting the two errors below. Could someone please point a lost sheep in the right direction. public class SomeClassTest{
|
| UML Software | 23 Mar 2004 12:48 GMT | 9 |
Does anyone have a good UML tool that can recurse in my source directories and generate a UML diagram for it? I have tried JVision but it didn't seem to work well, and furthermore when i tried it again the trial said it was over.
|
| my linked list | 23 Mar 2004 12:16 GMT | 8 |
I'm learning java and now I'm trying to understand data structures so I wrote a simple implementation of the list data structure. However I have a problem: after adding few elements to the head of the list, I try to print them and what I get is the last element inserted, printed ...
|
| default value for console input, pleaes help! | 23 Mar 2004 06:46 GMT | 2 |
I need to do read a value from user but also give him/her a default value which they can edit ( all in text mode, no windows) how can I do that? For example Enter number 1 - 1000 : 55_
|
| A few questions on GPL & java | 22 Mar 2004 21:55 GMT | 8 |
Hello, I need your advice on GPL. I am working on a free GUI library software, which will be similar to the help systems - with navigation tree, search indexes, additionally it
|
| read string and convert to int problem | 22 Mar 2004 16:20 GMT | 2 |
I have an interface containing values for constants like this: public interface TypeMapping{ public static final int LOCKED = MyTypes.LOCKED }
|