| Thread | Last Post | Replies |
|
| Re | 29 Jun 2007 17:00 GMT | 1 |
Ok, now this works fine, thanks very much. I was creating my thread wrong. Funny is taht it was based on an example from a book:) It should be as you said. (new Thread(this)).start();
|
| Full Size text areas in a scroll pane | 29 Jun 2007 16:54 GMT | 3 |
I'm not quite sure how to get the effect I'm looking for with Swing. I want to display a list of comments in their entirety in a scroll pane. Each comment is a panel with a text area and a couple of labels (date
|
| Distinct ID Number Per Object? | 29 Jun 2007 16:33 GMT | 54 |
I have a case where I'll need distinct and printable names to use in a reference table. I'd like to make it so each object, whether it's of the same class as any other object or not, can produce a distinct number. It looks like if I get the hashcode for any object, the JVM ...
|
| Java help | 29 Jun 2007 16:31 GMT | 1 |
i am trying to make a graphic similar to following link in Java.. or flash player http://media.pearsoncmg.com/bc/aw_young_physics_11/pt1a/Media/WorkEnergy/SpringL aunchedBowler/Main.html or
|
| A little algorithmic problem... | 29 Jun 2007 16:24 GMT | 5 |
If I am not at the correct plcae, please alert... Suppose I have a string with x place holders (P1, P2, P3,...Px). And I have x arrays of variable length which includes a list of optional values for each Pi.
|
| Sorting String[] And Tracking Old Order | 29 Jun 2007 16:21 GMT | 3 |
I can do this with my own sort, but before I do that, I'd like to know if there is a built in way to do this or a standard method. I will be taking a set of values for a String[] variable from a data table. I need to keep the association of each member of the String[] in place so I
|
| stream tokenizer | 29 Jun 2007 16:16 GMT | 4 |
give me info on methods of StreamTokenizer class
|
| regex | 29 Jun 2007 16:15 GMT | 12 |
Hi, in this regex I have two different results but why? Pattern p = Pattern.compile("[a-z&&[def]]"); Matcher m = p.matcher("adef"); boolean b = m.find(); // true
|
| How to compare two large text files? | 29 Jun 2007 15:03 GMT | 3 |
I have two text files, text1.xml and text2.xml. text1.xml is the bench mark file and text2.xml is generated by my Java program. In my junit test, I want to compare the generated text2.xml against the bench mark file text1.xml. The bench mark file text1.xml is much bigger than
|
| java | 29 Jun 2007 14:51 GMT | 1 |
I need notes or information about java
|
| HTML Tags in Text Fields | 29 Jun 2007 14:37 GMT | 5 |
Does Java natively support html tags in text fields, or does the programmer have to specify a string type in order for html tags to be treated as tags rather than text? I ask this because I support an application at work that allows me to enter text fields that will appear as ...
|
| NEED materials | 29 Jun 2007 14:32 GMT | 2 |
I need advanced java books pleas send
|
| How to change Swing app to JApplet | 29 Jun 2007 14:14 GMT | 20 |
how to change a Swing app to a JApplet? what should I change in codes? in my swing app my entrance is like: public static void main(String[] args) {
|
| Efficient Java Programming | 29 Jun 2007 14:07 GMT | 25 |
I am hoping someone will be able to recommend a book to me. I have been programming in Java for about a year now so I have a reasonable knowledge of the basics. I use it for making command line programs which are generally reasonably computationally intensive. However, I
|
| How to inform web site visitor that Sun Java is required? | 29 Jun 2007 14:05 GMT | 8 |
Re: How to inform web site visitor that Sun Java is required? Hi, I hope this is the correct forum to make this post. If not, please let me know.
|