| Thread | Last Post | Replies |
|
| C# question | 31 Jan 2004 08:29 GMT | 3 |
I know this is a java group, but I was unable to find a C# group and was hoping someone here could answer my question. I am trying to learn C# and I'm curious to know if Microsoft has C# object descriptions like java. For instance I can go to java.sun.com and look up the
|
| Using Interface as the Type | 31 Jan 2004 07:57 GMT | 5 |
I am learning Java, and we are currently learing Collections. I don't understand why when defining a collection the Interface is used as the type, instead of just using one of the Collection classes directly. Any help understanding this is greatly appreciated,
|
| Multithreading | 31 Jan 2004 07:29 GMT | 2 |
Hello, I am looking for a good up to date book about multithreading and its patterns (in java) Suggestions ?
|
| Sound In JFrame not Applet | 31 Jan 2004 05:48 GMT | 7 |
Hi pals, How can I add a sound in an application? Thanx
|
| Custom exceptions. | 31 Jan 2004 03:16 GMT | 1 |
For a motivating project I am working on creating a simple report writer in Java. Below I have a little class to test my ReportField class. The constructor being used has the following signature: ============================================================
|
| Flickers in JFrame | 31 Jan 2004 02:43 GMT | 4 |
Hi fellows, I'm using JFrame for my application. Whenever I want to repaint() the panel in the frame, some kind of flickers appears which make the application dissatisfactory.
|
| java.sql.Time | 31 Jan 2004 02:34 GMT | 8 |
Can somebody pls explain me why is the result of System.out.println("Difference: " + new java.sql.Time(Math.abs(java.sql.Time.valueOf("18:44:36").getTime() - java.sql.Time.valueOf("08:44:36").getTime())));
|
| Waiting for threads | 30 Jan 2004 23:47 GMT | 3 |
I know I can use methods like: newThread.join(timeout) to wait for the 'newThread' to finish but with the time limit 'timeout'. But how do I do the similar thing to a group of threads? i.e. I want to wait
|
| jdocs in jbuilder9 | 30 Jan 2004 22:04 GMT | 1 |
I seem to be having problems with generating javadocs from my commented methods. When i go to javadocs in jbuilder it only makes documentation for one class. So i have to go into every single class to make javadocs for the whole
|
| Embedded java | 30 Jan 2004 15:16 GMT | 6 |
I can't seem to find out where I could post this question, so I'm trying here. Sorry if it's off topic... I'm looking for links to embedded java solutions. What are the costs of the different JVMs? I've seen several of them, but
|
| Error when loading applet | 30 Jan 2004 12:56 GMT | 1 |
My applet has to read an XML file on the server, and display part of its content as a tree. For this i use JAXB and Swing libraries. The applet is stored as a JAR file. Under JBuilder Debooger (and other like Sun One) the applet works fine.
|
| Script Question - Newbie! | 30 Jan 2004 12:50 GMT | 5 |
Newbie question for you all.... I downloaded a script for use with my own personal site, which works very well. I just wish to make a modificatiopn if possible. Basically it is a news ticker, and when a user clicks on a news item they
|
| String interpreted correct? | 30 Jan 2004 11:27 GMT | 1 |
How can I add a java String variable to an XPath expression? Example: String parent = "John"; String query =
|
| help reading C struct with java | 30 Jan 2004 04:15 GMT | 7 |
I have a binary file containing C structs I'm trying to read in java but I'm havin problems. One struct looks like this: typedef struct {
|
| classCastException when using jTextPane.setLogicalStyle(namedStyle) | 30 Jan 2004 01:43 GMT | 1 |
I'm writing an editor in java, using JTextPane, a HTMLEditorKit and a HTMLDocument. As StyleSheet i use the javax.swing.text.html.StyleSheet and to define the styles i use the StyleSheet.NamedStyle class. whenever i want to apply a namedStyle to a paragraph or set it as
|