| Thread | Last Post | Replies |
|
| Why some object casting not triggering compilation error ? | 09 Feb 2004 18:32 GMT | 4 |
As I compiled below program, compilation error failed at line Obj1 o11 = (Obj1)o2; (originally not commented) The error was understandable as Obj1 & Obj2 were inconvertible classes.
|
| printing large double values without exponential notation? | 09 Feb 2004 16:51 GMT | 4 |
Is there a way to print out the value of a large double in plain decimal form without the exponential notation? For example (quick code): PlainPrint.java: ---------------
|
| minor help required on table model | 09 Feb 2004 12:30 GMT | 1 |
If i have a table of say 5 cols, with a header, is it possible to drag the header to another col , without moving the order of the cols. thanks. steve
|
| Java Inter process communication | 09 Feb 2004 09:11 GMT | 1 |
I need to port a C++/Linux program to Java, but cannot find a good match as I used Linux "Named Pipe". I've been studying much on Linux and decided to Named Pipe for my app's multi-processes to communicate. But now, since I try to port to Java and search for the same in Java, it
|
| When to use singelton? | 09 Feb 2004 04:22 GMT | 1 |
More on design ..... I have a configuration class. Is it good to make that a singleton ? My thinking is that I only want one class that handles the configuration.
|
| Instantiate with arg or not? | 09 Feb 2004 03:10 GMT | 1 |
I am designing a small java application. I have some questions related to the design. Is it better to have: public class Tx {
|
| Executable | 09 Feb 2004 01:50 GMT | 1 |
I made a program for some purpose and I want to give an executable, of the program, to a friend. How can I do that? Thanks David
|
| html:checkbox (Struts) | 09 Feb 2004 01:02 GMT | 7 |
How do I make a checkbox with the *tick* by default? Thanks a lot!
|
| jdk 1.4.2 or 1.5 | 08 Feb 2004 20:56 GMT | 3 |
I used jdk 1.4.2 for a long time, but now I had to reinstall my O.S., so now I have a doubt: should I install jdk 1.5.0 already, or maybe it is better to keep 1.4.2_03 and wait until 1.5.0 becomes more definitive? Thanks
|
| Servlets | 08 Feb 2004 14:44 GMT | 3 |
Hi, is this the most appropriate newsgroup around for discussing Java Servlets?
|
| Java, Linux and FIFOs | 08 Feb 2004 14:05 GMT | 5 |
I'd like to use FIFOs to communicate between my Linux application and another process running under Linux. When I use the following to open the file: try {
|
| Look And Feel Help | 07 Feb 2004 21:32 GMT | 1 |
I have a problem with a Motif look and Feel. I have to mix different Look And Feel (Metal, Motif and Windows) in my application using Java Builder 6.0. I have JdesktopPane which contain a JInternalFrame. Normally, when a set the LookAndFeel to MofifLookAndFeel, the windows should be ...
|
| CLASSPATH? | 07 Feb 2004 21:25 GMT | 2 |
WinXP Pro, JRE 1.4.2_03 I've just discovered that according to my Environment Variables section of the System icon (Control Panel), I don't have a CLASSPATH variable. I used SET from a command prompt to confirm that this is the case. No such
|
| renaming jar files | 07 Feb 2004 19:50 GMT | 8 |
Can we rename jar file as we do for ordinary Files? if(jarIn.delete()) jarOut.renameTo(jarIn); Jean
|
| plugin only versus full install | 07 Feb 2004 19:36 GMT | 3 |
Hi again and again, Somebody knows where I can get the java Plugin [not the full install] in the Sun's website snakes pit? Is ther something less than 15 Megs? Les than 100 Megs?
|