| Thread | Last Post | Replies |
|
| VM performance: Applet calling javascript functions with an object as param | 25 Dec 2004 01:13 GMT | 5 |
We have an applet that has to support the SUN VMs as well as the MS VM. The applet receives updates from a server (via tcp or http) and wraps them up as objects and passes them using the JSObject scripting context to a javascript function.
|
| J2EE vs JDK | 24 Dec 2004 13:13 GMT | 7 |
What exactly is the relation of the JDK to J2EE? Ie, who would want J2EE as opposed to the JDK?
 Signature Timothy Murphy
|
| Can't use my modified values | 24 Dec 2004 02:50 GMT | 1 |
I need my to methods: xPosition and yPosition to return the updated values of x_pos2 and y_pos2 that are generated in the While statement instead of x_pos and y_pos. Is that possible somehow? Or are there some other way to "export" x_pos2
|
| java3d question | 24 Dec 2004 00:01 GMT | 7 |
I apologize if this is not the correct group to ask this question but comp.lang.java.3d seems to be very unactive... Here is my java3d question: I would like to know how to change simple object properties.
|
| Help: Attributes are ignored | 23 Dec 2004 22:37 GMT | 1 |
I want to print out a String with certain attributes. Therefore I´m adding an StyledDocumentObject into an JTextArea. Now "strange" things happen: the text is ("This is only a Test") printed out on the screen but the attributes are ignored. I used the
|
| help writing interface class | 23 Dec 2004 21:34 GMT | 2 |
I am having trouble writing an interface class to link together my application - I just want to write a simple switch statement. I know the code in the four classes I am trying to link together compiles and works fine. Here is the interface class code I have written so far:
|
| rapid web development | 23 Dec 2004 19:16 GMT | 1 |
I need to do a web portal with several CRUD pages, the DB will be Postgres, which java archotecture will gave me the minimum developing effort to reach the goal? I'm looking around to projects like DBForms, Struts or things like that, any
|
| Find smallest int | 23 Dec 2004 18:57 GMT | 2 |
Goodday, I have an int array. I'm trying to write a program that finds the smallest element in the array int array[] = {1,2,4,5,10,100,2,-22};
|
| setTrafficClass question | 23 Dec 2004 18:34 GMT | 1 |
I am trying to use the setTrafficClass function but when I look at the packets in a sniffer, the TOS is set at 0. What am I doing wrong? Below is the test code I am playinig with. Thanks. public class TOSMulticast {
|
| Exception in thread "main" | 23 Dec 2004 18:05 GMT | 2 |
Help me please! I'm going crazy with this problem - seriosly! --------------------------------------- *My environment* Windows XP
|
| sorted table | 23 Dec 2004 08:30 GMT | 8 |
I need to build array with Integers which should be later sorted. What container should i use ? Thanx Michal
|
| wondering how i can launch tomcat from ant without ant hanging... | 23 Dec 2004 00:41 GMT | 6 |
Hello, all: I've seen this question posted a couple of times, but never with an answer that does the trick for me.... So with all your permission, I'll try again.
|
| Why does the main class get divided? | 22 Dec 2004 23:00 GMT | 5 |
I've created a Java program constituting of several classes. For some reason when I compile my code the main class gets divided into several parts. The name of my main class is LogoBar.java When I compile the following files are created:
|
| XML: JDOM vs DOM | 22 Dec 2004 16:10 GMT | 1 |
I'm just reading "Java & XML" by Brett McLoughlin, and he introduces JDOM, which he created (with others). I'm wondering how widely JDOM is used, and if people do find it simpler than DOM?
|
| Where do I start ??? | 22 Dec 2004 13:58 GMT | 2 |
I am on a new project that requires me to create html webpages - on the fly - using a webserver that will be written with Java. I am still new to Java and was wondering if that new JavaBeans application is a good place to start. If anyone can give me a point in
|