| Thread | Last Post | Replies |
|
| how to draw a dashed line between two points | 30 Sep 2003 20:36 GMT | 3 |
Can someone please show me how to draw a dashed line between two points? Is there a method in the AWT library that allows this? Thanks! Rick
|
| Row non-selectable in a JTable | 30 Sep 2003 20:33 GMT | 1 |
Could anyone tell me how to making just one specific row non-selectable in a JTable? Remind that non-selectable is different to non-editable. Thanks!
|
| why byte? | 30 Sep 2003 20:01 GMT | 2 |
any reason why java has "byte" data type?? any practical example why I need byte data type?? Thanks a lot.
|
| java sockets problem | 30 Sep 2003 18:22 GMT | 2 |
When I create a socket such as Socket sock = new Socket(address, port) and I pass some garbage value to address field like (123334) or something like that, the client just hangs up and does not throw any exceptions or anything. The funny thing is, when the address field is
|
| How to add a package in Jbuilder ? | 30 Sep 2003 18:02 GMT | 2 |
I'm a newbie in java so i may ask a very stupid question.. I have source files of a package that i would like to compile and trace the execution. The problem is that i need classes from other packages to success
|
| Roedy style observation ;-/ | 30 Sep 2003 17:45 GMT | 30 |
void setIsCalcRows(boolean iscalcRows) {this.isCalcRows = isCalcRows;} ouch! took me about 2 mins to solve but could have been soooooo much longer! could be a good reason to do
|
| javadoc -linkoffline help | 30 Sep 2003 17:15 GMT | 2 |
Howdy All! I am trying to issue a javadoc command with the following linkoffline option: -linkoffline http://java.sun.com/j2se/1.4.1/docs/api
|
| html output | 30 Sep 2003 16:36 GMT | 3 |
I have build some servlets to practice distributed programming. The servlets generate HTML code. In the beginning it was just a few lines, now its getting more and more. Although I made a number of static Strings and functions for html tags, lot of handwork remains.
|
| Hide in System Tray | 30 Sep 2003 16:35 GMT | 3 |
Anyone have a idea how can we make the java class file run in the background with the same in system tray (Windows) any clue or hint shall be appreciated.
|
| Properties, defaults not working | 30 Sep 2003 15:16 GMT | 1 |
Can anyone explain why the JavaDoc on Properties says: "A property list can contain another property list as its "defaults"; this second property list is searched if the property key is not found in the original property list."
|
| JTextArea: get last line of text | 30 Sep 2003 14:34 GMT | 3 |
I have subclassed a JTextArea, and am handling the keyboard events. I would like to get the last line of text each time the user presses carriage return. I am going to use the widget as a serial communication terminal: send each line of text over the serial
|
| array of objects | 30 Sep 2003 13:46 GMT | 2 |
i have an array of objects, and i can get each object out, but what i want, is to get the value of a variable from that object that ive pulled out of the array. how?
|
| How to create an array from a Class? | 30 Sep 2003 13:24 GMT | 2 |
Suppose I have a Java Class object denoting some Java class. I would like to dynamically create an *array* of references to the class that the Class object denotes. The size of the array should also be given in the creation. What is the easiest way of doing this?
|
| Exercise needed for java 2 programmer test | 30 Sep 2003 11:37 GMT | 1 |
I'm now studying the Sun Certified Programmer for Java 2 platform exam and I got one Java 2 certification all-in-one exam guide by Wiliam Stanek on hands and I have installed JDK 1.4 in my notebook. But I still need more practice question to prepare for my exam (310-035),
|
| How to stop a killer java.awt.robot? | 30 Sep 2003 09:59 GMT | 1 |
I have a robot that is very busy, doing screen tasks several times a second. The robot is controlling a non-java program. My problem is that I can't make it stop. I'd like to hit a key stroke and make the robot stop what its doing, but I can't seem to get this to work. I can't ...
|