| Thread | Last Post | Replies |
|
| generics question. | 29 Nov 2005 19:39 GMT | 8 |
Could anyone help me by explaining the behaviour below? ----------code snippet start----------- static <T> void some( T a[], Collection<T> c){ //nothing
|
| (help plz) weblogic download url | 29 Nov 2005 18:20 GMT | 7 |
Can any one suggest me a url, where i can download the weblogic and Websphere latest versions.and its documentations Thanx all, Prith
|
| entering Password (a String) without leaving in-memory traces | 29 Nov 2005 18:12 GMT | 5 |
Hi *, I remember I once read an article at java.sun.com about how you could implement certain functionality extending JTextPassword that would not leave in-memory traces of the characters entered
|
| jtable text size | 29 Nov 2005 17:58 GMT | 1 |
Im working with an extended jtable, in the constructor, I set the font size and the rowHeight, htfFont = new Font("Courier", Font.PLAIN, 15); this.setFont(htfFont);
|
| event source | 29 Nov 2005 17:55 GMT | 6 |
I want to use an object as event source. Reading the docs, I can't find anything. Maybe I'm blind... java.awt.event may be used as event listeners. Found nothing at java.util.event.
|
| applet webpage image capture | 29 Nov 2005 17:48 GMT | 1 |
We have a vanilla j2ee application with say 1000 users. (windows client, sparc tomcat) We would like to offer the ability to select (cut) images from the application
|
| Does anybody know a simple way to show linenumbers in a JTextArea? | 29 Nov 2005 17:42 GMT | 5 |
I want to show linenumbers left of my JTextArea but I have no (good) idea how to implement it. :-/ Has anybody a (simple) solution for this "problem"? kind regards
|
| Rules for covariant returns??? | 29 Nov 2005 17:40 GMT | 3 |
Is there any documentation about the rules concerning the covariant return of a function? Can I return an abstract class? Can I return an interface?
|
| What do we call things like Class, Interface, Enumerations etc | 29 Nov 2005 16:37 GMT | 4 |
just wanted a simple question(sorry if it sounds stupid).but does any one know what things like Classes, Interface,Enumerations etc can be collectively called.I mean they are the fundamental building blocks of any Java program. But do we have a techinical name which we can call
|
| Passing large file via webservice | 29 Nov 2005 16:29 GMT | 1 |
I have a webservice project. It requires pass the content of a file between the services and their clients. The file can be as big as 5M. We use Oracle 10g application server. I defined an interface. Use the byte[] to pass the content of a file.
|
| How to improve my sex-appeal with Java-programs ??? | 29 Nov 2005 15:29 GMT | 26 |
Everytime I approach a girl, she'll just say "nerd" and kick me into my balls. This is bad and painful. So please tell me, HOW can I improve my sex-appeal with a good Java program?
|
| Names of static types | 29 Nov 2005 14:06 GMT | 7 |
I have noticed a difference in report style between the following error messages: interface A {} interface A_ {}
|
| getting around html encoding in outputText tag (JSF) | 29 Nov 2005 12:50 GMT | 2 |
I'm getting a value to my JSP page (using JSF) with outputText from a bean that has html encoding in it. How could I temper with the HTML encoding so that I could preserve certain tags? I need to have a few <BR> inside the text and want'em
|
| Manifest.mf Class-path trouble | 29 Nov 2005 12:47 GMT | 10 |
Hi group! I'm deploying an application with this structure app app/app.bat
|
| BufferedReader.readline() behavior with Sockets | 29 Nov 2005 11:03 GMT | 2 |
Here the piece of code that creates my BufferedReader object --- code --- Socket socket = new Socket(....); BufferedReader inSocket =
|